radiusBottomRight method

AzTextFormField radiusBottomRight(
  1. double double
)

Implementation

AzTextFormField radiusBottomRight(double double) {
  _radiusBottomRight = double;
  return this;
}