errorText property

String errorText
final

The text which is shown when the snapshot has an error.

The style is taken from the TextTheme (bodyText2) of your ThemeData or - if defined - from textStyle.

Implementation

final String errorText;