width property

double? width
final

Width of the input widget. If this is null the widget will try to take full width of the parent.

When rendering in a Row it needs to have a strict parent or a fixed width as it grows horizontally

Implementation

final double? width;