top method

T top(
  1. dynamic value
)

Set top position - accepts int, double, or String (token name like 's2', 's4', etc.)

Implementation

T top(dynamic value) {
  return copyWith(flyStyle.copyWith(top: value));
}