width property

double? width
final

The width that the whole widget will take. If null, the width value will be infered from the height value. If height is null, then the _defaultWidth value will be considered.

Implementation

final double? width;