isEnd property
bool
get
isEnd
Whether this mode pins the column to the logical end edge.
Implementation
bool get isEnd =>
/// The this.
this == FdcGridColumnPin.end || this == FdcGridColumnPin.endFixed;