width property

  1. @DoubleConverter()
double? width
final

Fixed width. If null, expands to fill available space. Supports string values like "20" or "infinite".

Implementation

@DoubleConverter()
final double? width;