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