isSpacer property

bool get isSpacer

Returns true if this is a spacer (fixed or flexible).

Implementation

bool get isSpacer => _isFixedSpace || _isFlexibleSpace;