roundedL method

T roundedL(
  1. dynamic value
)

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

Implementation

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