borderT method

T borderT(
  1. 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));
}