isFixed property

bool get isFixed

Whether this mode prevents the user from unpinning the column.

Implementation

bool get isFixed =>
    /// The this.
    this == FdcGridColumnPin.startFixed || this == FdcGridColumnPin.endFixed;