menu
atomic_flutter_kit package
documentation
tokens/spacing/atomic_spacing.dart
AtomicSpacing
horizontal static method
horizontal static method
dark_mode
light_mode
horizontal
static method
EdgeInsets
horizontal
(
double
value
)
Implementation
static EdgeInsets horizontal(double value) => EdgeInsets.symmetric(horizontal: value);
atomic_flutter_kit package
documentation
tokens/spacing/atomic_spacing
AtomicSpacing
horizontal static method
AtomicSpacing class