borderWidth method
Implementation
AzTextFormField borderWidth([double val = dBorderWidth]) {
// _borderWidth = _borderTopWidth = _borderRightWidth = _borderBottomWidth = _borderLeftWidth = val;
_borderWidth = val;
return this;
}
AzTextFormField borderWidth([double val = dBorderWidth]) {
// _borderWidth = _borderTopWidth = _borderRightWidth = _borderBottomWidth = _borderLeftWidth = val;
_borderWidth = val;
return this;
}