columnWidths property

List<int> columnWidths
final

Specifies the width (in percentage) of each column.

If not provided or if the number of entries doesn’t match children.length, all columns are evenly divided.

Example: [40, 30, 30] makes three columns with 40%, 30%, and 30% widths.

Implementation

final List<int> columnWidths;