menu
flutter_blocks package
documentation
utils/spacing_utils.dart
AcxSpacing
top static method
top static method
dark_mode
light_mode
top
static method
EdgeInsets
top
(
double
spacing
)
Implementation
static EdgeInsets top(double spacing) { return AcxSpacing.only(top: spacing); }
flutter_blocks package
documentation
utils/spacing_utils
AcxSpacing
top static method
AcxSpacing class