top method
T
top(
- 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));
}