isFixed property

bool get isFixed

Whether this column has a user-defined fixed width.

Implementation

bool get isFixed => width != null;