menu
fin_ui package
documentation
app_section.dart
FUISection
FUISection.new const constructor
FUISection.new const constructor
dark_mode
light_mode
FUISection
constructor
const
FUISection
(
{
Key
?
key
,
String
?
title
,
required
List
<
Widget
>
children
,
})
Implementation
const FUISection({super.key, this.title, required this.children});
fin_ui package
documentation
app_section
FUISection
FUISection.new const constructor
FUISection class