buttonMinWidth property

double? buttonMinWidth
final

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

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

Implementation

final double? buttonMinWidth;