hasIcon property
bool
get
hasIcon
True if the tile has an icon builder.
Implementation
bool get hasIcon => iconBuilder != null;
True if the tile has an icon builder.
bool get hasIcon => iconBuilder != null;