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