CarpenterTableColumnWidthChanged typedef

CarpenterTableColumnWidthChanged = void Function(String columnId, LengthUnit width)

Reports the caller-visible width selected for a resized table column.

Implementation

typedef CarpenterTableColumnWidthChanged =
    void Function(String columnId, LengthUnit width);