select/selection_menu library
Classes
Enums
- AlignType
- 弹出层相对下拉框的对齐方式
Typedefs
-
DropDownButtonBuilder<
T> = Widget Function(bool show) - create_user: zhengzaihong email:1096877329@qq.com create_date: 2024-02-01 create_time: 14:58 describe: 极简系统下拉框,可高度自定义,且规避系统组件的使用麻烦,SelectionMenu不关心数据。 eg:
- DropDownPopCreated = void Function(bool isShowPop)
- DropDownPopDismiss = void Function(bool isShowPop)
- DropDownPopShow = void Function(bool isShowPop)
- LayoutSelectPop = RelativeRect Function(RenderBox button, RenderBox overlay)