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