radiusLeft method

AzTextFormField radiusLeft(
  1. double double
)

Implementation

AzTextFormField radiusLeft(double double) {
  _radiusTopLeft = double;
  _radiusBottomLeft = double;
  return this;
}