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