bottom method
T
bottom(
- dynamic value
Set bottom position - accepts int, double, or String (token name like 's2', 's4', etc.)
Implementation
T bottom(dynamic value) {
return copyWith(flyStyle.copyWith(bottom: value));
}