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