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