menu
orangeme_material package
documentation
interface.dart
Content
Content const constructor
Content const constructor
dark_mode
light_mode
Content
constructor
const
Content
(
List
<
Widget
>
children
, {
Key
?
key
,
Alignment
alignment
=
Alignment.topCenter
,
})
Implementation
const Content( this.children, { super.key, this.alignment = Alignment.topCenter, });
orangeme_material package
documentation
interface
Content
Content const constructor
Content class