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