menu
vertical_sliding_drawers package
documentation
widgets/debug_area_bounds.dart
DebugAreaBounds
DebugAreaBounds.new const constructor
DebugAreaBounds.new const constructor
dark_mode
light_mode
DebugAreaBounds
constructor
const
DebugAreaBounds
(
{
Key
?
key
,
Color
color
=
Colors.blue
,
bool
drawOver
=
false
,
Widget
?
child
,
})
Implementation
const DebugAreaBounds({ super.key, this.color = Colors.blue, this.drawOver = false, this.child, });
vertical_sliding_drawers package
documentation
widgets/debug_area_bounds
DebugAreaBounds
DebugAreaBounds.new const constructor
DebugAreaBounds class