roundedT method

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

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

Implementation

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