widths property

List<double> widths
final

The supported widths, mainly useful for rendering UI, you can still set the width to any arbitrary value from code.

The first entry in this list will be the starting width.

Implementation

final List<double> widths;