menu
tp_media package
documentation
widget/take_if_container.dart
TakeIfContainer
TakeIfContainer.new const constructor
TakeIfContainer.new const constructor
dark_mode
light_mode
TakeIfContainer
constructor
const
TakeIfContainer
(
{
Key
?
key
,
required
bool
condition
,
required
Widget
child
(),
Widget
orElse
()?,
})
Implementation
const TakeIfContainer({super.key, required this.condition, required this.child, this.orElse});
tp_media package
documentation
widget/take_if_container
TakeIfContainer
TakeIfContainer.new const constructor
TakeIfContainer class