isSpacer property
bool
get
isSpacer
Whether this item is a spacer.
Implementation
bool get isSpacer => this is _SpacerStatusItem;
Whether this item is a spacer.
bool get isSpacer => this is _SpacerStatusItem;