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