flutter_material_pickers icon indicating copy to clipboard operation
flutter_material_pickers copied to clipboard

no textstyle option for showMaterialCheckboxPicker

Open rawquesh opened this issue 5 years ago • 0 comments

I really like your package but I can't change the text style for the header and checkbox name, let me know if you have something, thanks.

showMaterialCheckboxPicker(
  context: context,
  title: "Select",
  items: currentOffDays,
  selectedItems: selectedCurrentOffdays,
  backgroundColor: Colors.white,
  headerColor: THEME_COLOR,
  onChanged: (value) async {
);

rawquesh avatar Feb 10 '21 04:02 rawquesh