menu
rixa package
documentation
widgets/child_expanded.dart
ChildExpanded
ChildExpanded const constructor
ChildExpanded const constructor
dark_mode
light_mode
ChildExpanded
constructor
const
ChildExpanded
(
{
Key
?
key
,
required
Widget
child
,
int
flex
=
1
,
int
itemCount
=
1
,
})
Implementation
const ChildExpanded( {super.key, required this.child, this.flex = 1, this.itemCount = 1});
rixa package
documentation
widgets/child_expanded
ChildExpanded
ChildExpanded const constructor
ChildExpanded class