fromEditText method
Implementation
EditTextController fromEditText(EditText view) {
super.fromTextView(view);
_initBaseProperties(view);
_initCounterProperties(view);
_initDrawableEndProperties(view);
_initDrawableStartProperties(view);
_initFloatingTextProperties(view);
_initErrorTextProperties(view);
_initHelperTextProperties(view);
_initHintTextProperties(view);
_initIndicatorProperties(view);
_initTextFieldProperties(view);
_initUnderlineProperties(view);
return this;
}