menu
zeebee package
documentation
app/utils/widget/space/space.dart
spaceHorizontal function
spaceHorizontal function
dark_mode
light_mode
spaceHorizontal
function
Widget
spaceHorizontal
(
{
required
double
width
,
})
Implementation
Widget spaceHorizontal({required double width}) { return SizedBox(width: width); }
zeebee package
documentation
app/utils/widget/space/space
spaceHorizontal function
space library