hasTrailing property
bool
get
hasTrailing
Indicates whether the choice list has trailing item
Implementation
bool get hasTrailing => trailingBuilder != null;
Indicates whether the choice list has trailing item
bool get hasTrailing => trailingBuilder != null;