menu
renderif package
documentation
widgets/expandedif.dart
ExpandedIf
ExpandedIf.new const constructor
ExpandedIf.new const constructor
dark_mode
light_mode
ExpandedIf
constructor
const
ExpandedIf
(
{
Key
?
key
,
required
bool
condition
,
required
Widget
child
,
required
int
flex
,
})
Implementation
const ExpandedIf( {super.key, required this.condition, required this.child, required this.flex});
renderif package
documentation
widgets/expandedif
ExpandedIf
ExpandedIf.new const constructor
ExpandedIf class