useErrorStyle method
void
useErrorStyle(
- _TextStyleBuilder v
Implementation
void useErrorStyle(_TextStyleBuilder v) => _errorStyle.apply = v(errorStyle!);
void useErrorStyle(_TextStyleBuilder v) => _errorStyle.apply = v(errorStyle!);