roundedL method

T roundedL([
  1. String size = ''
])

Set left rounded styling (top-left + bottom-left) using Tailwind scale

Implementation

T roundedL([String size = '']) {
  return copyWith(style.copyWith(roundedL: size));
}