menu
sliver_snap package
documentation
widgets/expanded_content.dart
ExpandedContent
ExpandedContent const constructor
ExpandedContent const constructor
dark_mode
light_mode
ExpandedContent
constructor
const
ExpandedContent
(
{
Key
?
key
,
Widget
?
child
,
Widget
?
leading
,
})
Implementation
const ExpandedContent({ super.key, this.child, this.leading, });
sliver_snap package
documentation
widgets/expanded_content
ExpandedContent
ExpandedContent const constructor
ExpandedContent class