style/picker_style library

Classes

PickerStyle
基础样式 showTitleBar 是否显示头部(选择器以上的控件) 默认:true menu 头部和选择器之间的菜单widget,默认null 不显示 title 头部 中间的标题 默认SizedBox() 不显示 pickerHeight 选择器下面 picker 的整体高度 固定高度:220.0 pickerTitleHeight 选择器上面 title 确认、取消的整体高度 固定高度:44.0 pickerItemHeight 选择器每个被选中item的高度:40.0 menuHeight 头部和选择器之间的菜单高度 固定高度:36.0 cancelButton 头部的取消按钮 commitButton 头部的确认按钮 textColor 选择器的文字颜色 默认黑色 textSize 选择器的文字大小 backgroundColor 选择器的背景颜色 默认白色 headDecoration 头部Container 的Decoration 默认:BoxDecoration(color: Colors.white)