Properties
double? get columnWidth => _columnWidth;
set columnWidth(double? value) { if (_columnWidth == value) return; _columnWidth = value; markNeedsLayout(); }