isFixed property
bool
get
isFixed
Whether this column has a user-defined fixed width.
Implementation
bool get isFixed => width != null;
Whether this column has a user-defined fixed width.
bool get isFixed => width != null;