menu
floaty_nav_bar package
documentation
res/widgets/gap_box.dart
GapBox
GapBox const constructor
GapBox const constructor
dark_mode
light_mode
GapBox
constructor
const
GapBox
(
{
Key
?
key
,
double
gap
=
0
,
})
Creates a
GapBox
widget with the specified gap size.
Implementation
const GapBox({super.key, this.gap = 0});
floaty_nav_bar package
documentation
res/widgets/gap_box
GapBox
GapBox const constructor
GapBox class