menu
lib package
documentation
widgets/disabled_box.dart
DisabledBox
DisabledBox const constructor
DisabledBox const constructor
dark_mode
light_mode
DisabledBox
constructor
const
DisabledBox
(
{
Key
?
key
,
bool
enabled
=
true
,
required
Widget
child
,
Widget
?
note
,
})
Implementation
const DisabledBox({ super.key, this.enabled = true, required this.child, this.note, });
lib package
documentation
widgets/disabled_box
DisabledBox
DisabledBox const constructor
DisabledBox class