buttonAlignedDropdown property

bool? buttonAlignedDropdown
final

覆盖周围的 ButtonThemeData.alignedDropdown 以定义 DropdownButton 菜单的 宽度是否与按钮的宽度匹配。

如果为 null,则它将使用周围的 ButtonBarThemeData.buttonAlignedDropdown。 如果它也为 null,则默认为 false。

Implementation

final bool? buttonAlignedDropdown;