menu
smart_wrap package
documentation
smart_expand.dart
SmartExpand
SmartExpand.new const constructor
SmartExpand.new const constructor
dark_mode
light_mode
SmartExpand
constructor
const
SmartExpand
(
{
Key
?
key
,
required
Widget
child
,
bool
disableExpand
=
true
,
int
flex
=
1
,
})
Implementation
const SmartExpand({ super.key, required this.child, this.disableExpand = true, this.flex = 1, });
smart_wrap package
documentation
smart_expand
SmartExpand
SmartExpand.new const constructor
SmartExpand class