menu
sunny_essentials package
documentation
text/text_widgets.dart
ErrorText
ErrorText.ofValidationError constructor
ErrorText.ofValidationError constructor
dark_mode
light_mode
ErrorText.ofValidationError
constructor
ErrorText.ofValidationError
(
Object
error
, {
bool
isCentered
=
false
,
})
Implementation
ErrorText.ofValidationError(Object error, {this.isCentered = false}) : text = error.toString();
sunny_essentials package
documentation
text/text_widgets
ErrorText
ErrorText.ofValidationError constructor
ErrorText class