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