menu
dutato
presentation/screens/settings/widgets/section_header.dart
SettingsSectionHeader
SettingsSectionHeader.new const constructor
SettingsSectionHeader.new
dark_mode
light_mode
description
SettingsSectionHeader
constructor
const
SettingsSectionHeader
(
{
Key
?
key
,
required
String
title
,
})
Implementation
const SettingsSectionHeader({super.key, required this.title});
dutato
section_header
SettingsSectionHeader
SettingsSectionHeader.new const constructor
SettingsSectionHeader class