hasTrailing property
bool
get
hasTrailing
True if the tile has a trailing builder.
Implementation
bool get hasTrailing => trailingBuilder != null;
True if the tile has a trailing builder.
bool get hasTrailing => trailingBuilder != null;