roundedTl method

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

Set top-left rounded styling using Tailwind scale

Implementation

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