roundedBl method

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

Set bottom-left rounded styling using Tailwind scale

Implementation

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