isEmptyIcon property

IconData isEmptyIcon
final

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

The style is taken from the IconThemeData of your ThemeData or - if defined - from iconStyle.

Implementation

final IconData isEmptyIcon;