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