roundedR method

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

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

Implementation

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