isFixed property

bool isFixed

Returns true if this span's attribute is fixed in place. I.e. shift can not move this span.

Implementation

bool get isFixed => attribute.expandRules.isFixed;