showsNothing property
bool
get
showsNothing
Whether validation feedback is disabled.
Implementation
bool get showsNothing => mode == FdcErrorIndicatorMode.none;
Whether validation feedback is disabled.
bool get showsNothing => mode == FdcErrorIndicatorMode.none;