isEmptyText property

String isEmptyText
final

The text which is shown when the snapshots data is empty. (Only works on Iterable/Map.)

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

Implementation

final String isEmptyText;