drawableEnd property

dynamic get drawableEnd

Implementation

dynamic get drawableEnd {
  if (drawableEndAsEye) {
    return drawableEndState?.detect(obscureText);
  }
  var value = drawableEndState?.fromController(this);
  return value ?? _drawableEnd;
}
set drawableEnd (dynamic value)

Implementation

set drawableEnd(dynamic value) => _drawableEnd = value;