menu
wise_util package
documentation
widget/wise_drop_down.dart
WiseDropDown<T>
isDense property
isDense property
dark_mode
light_mode
isDense
property
bool
isDense
final
默认情况下,此按钮的高度与其菜单项的高度相同。 如果isDense是真的,按钮的高度会减少一半左右。
Implementation
final bool isDense;
wise_util package
documentation
widget/wise_drop_down
WiseDropDown<T>
isDense property
WiseDropDown class