buttonHeight property

double? buttonHeight
final

覆盖周围的 ButtonThemeData.height 以定义按钮的最小高度。

如果为 null,则它将使用周围的 ButtonBarThemeData.buttonHeight。 如果为空,它将默认为 36.0 个逻辑像素。

Implementation

final double? buttonHeight;