bottom method

T bottom(
  1. 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));
}