menu
antd_flutter_mobile package
documentation
components/dropdown/index.dart
AntdDropdownItem
child property
child property
dark_mode
light_mode
child
property
Widget
Function
(
bool
open
)
child
final
下拉菜单的触发元素
open
表示当前下拉菜单的展开状态 返回一个Widget作为触发下拉的按钮或元素
Implementation
final Widget Function(bool open) child;
antd_flutter_mobile package
documentation
components/dropdown/index
AntdDropdownItem
child property
AntdDropdownItem class