roundedB method

T roundedB([
  1. String size = ''
])

Set bottom rounded styling (bottom-left + bottom-right) using Tailwind scale

Implementation

T roundedB([String size = '']) {
  return copyWith(style.copyWith(roundedB: size));
}