menu
star_live package
documentation
widget/dialog_exchange.dart
CustomServiceDialog
hiSpace method
hiSpace method
dark_mode
light_mode
hiSpace
method
dynamic
hiSpace
(
{
double
height
=
1
,
double
width
=
1
,
})
Implementation
hiSpace({double height: 1, double width: 1}) { return SizedBox(height: height, width: width); }
star_live package
documentation
widget/dialog_exchange
CustomServiceDialog
hiSpace method
CustomServiceDialog class