roundedT method
T
roundedT(
- dynamic value
Set top rounded styling (top-left + top-right) - accepts int, double, or String (token name/unit)
Implementation
T roundedT(dynamic value) {
return copyWith(flyStyle.copyWith(roundedT: value));
}