roundedT method
Set top rounded styling (top-left + top-right) using Tailwind scale
Implementation
T roundedT([String size = '']) {
return copyWith(style.copyWith(roundedT: size));
}
Set top rounded styling (top-left + top-right) using Tailwind scale
T roundedT([String size = '']) {
return copyWith(style.copyWith(roundedT: size));
}