width property

ValueNotifier<double?> width
final

The width of the header and data column. Defaults to auto width. Set null on last row for auto width.

Implementation

final ValueNotifier<double?> width;