IconBuilder typedef

IconBuilder = Widget? Function(BuildContext context, bool checked)

自定义Icon

Implementation

typedef IconBuilder = Widget? Function(BuildContext context, bool checked);