menu
softuiux package
documentation
presentation/widgets/section_widget.dart
SoftUiSection
SoftUiSection.new const constructor
SoftUiSection.new const constructor
dark_mode
light_mode
SoftUiSection
constructor
const
SoftUiSection
(
{
required
String
title
,
required
Widget
child
,
Key
?
key
,
})
Implementation
const SoftUiSection({ required this.title, required this.child, super.key, });
softuiux package
documentation
presentation/widgets/section_widget
SoftUiSection
SoftUiSection.new const constructor
SoftUiSection class