介绍
「EColorPicker」 组件是 「Flutter Element」 组件系列中的颜色选择器组件。...基础用法:
Container(
height: 250,
width: 300,
color: Colors.white,
child: EColorPicker(),
)
颜色选择区域的大小是可伸缩的...showClearButton: true,
clearButtonTxt: '清空',
onClear: (color){},
)
「predefineColors」 : 是预定义的一些颜色,可供用户直接选择...Color(0x11c71585),
Color(0xFF00ced1),
Color(0xFF1e90ff),
],
)
「EColorPickerButton」 是颜色选择器按钮