maxW method
T
maxW(
- dynamic value
Set max width - accepts int, double, or String (token name/unit)
Implementation
T maxW(dynamic value) {
return copyWith(flyStyle.copyWith(maxW: value));
}
Set max width - accepts int, double, or String (token name/unit)
T maxW(dynamic value) {
return copyWith(flyStyle.copyWith(maxW: value));
}