menu
plume_ui package
documentation
layout/demo_section.dart
DemoSection
DemoSection.new const constructor
DemoSection.new const constructor
dark_mode
light_mode
DemoSection
constructor
const
DemoSection
(
{
Key
?
key
,
List
<
Widget
>
children
=
const []
,
String
title
=
""
,
})
Implementation
const DemoSection({Key? key, this.children = const [], this.title = ""}) : super(key: key);
plume_ui package
documentation
layout/demo_section
DemoSection
DemoSection.new const constructor
DemoSection class