height property

double? height
final

Override the default height.

If no value is provided, the material height, 46.0, is used. If height is null, the height is computed by summing the material height, 46, and the vertical values for contentPadding and buttonMargin.

Implementation

final double? height;