roundedT method

T roundedT(
  1. dynamic value
)

Set top rounded styling (top-left + top-right) - accepts int, double, or String (token name/unit)

Implementation

T roundedT(dynamic value) {
  return copyWith(flyStyle.copyWith(roundedT: value));
}