isStart property

bool get isStart

Whether this mode pins the column to the logical start edge.

Implementation

bool get isStart =>
    /// The this.
    this == FdcGridColumnPin.start || this == FdcGridColumnPin.startFixed;