width property

double? width
final

The width of the button.

If not specified, the button will size itself based on its child's size constraints.

Implementation

final double? width;