menu
tp_media package
documentation
widget/disable_container.dart
DisableContainer
DisableContainer.new const constructor
DisableContainer.new const constructor
dark_mode
light_mode
DisableContainer
constructor
const
DisableContainer
(
{
Key
?
key
,
required
Widget
child
,
bool
disable
=
false
,
})
Implementation
const DisableContainer({ super.key, required this.child, this.disable = false, });
tp_media package
documentation
widget/disable_container
DisableContainer
DisableContainer.new const constructor
DisableContainer class