FlutterIconPicker constructor
const
FlutterIconPicker({})
Implementation
const FlutterIconPicker({
Key? key,
this.randomIconColors = false,
required this.onChanged,
this.color,
this.iconSize = 33,
this.iconsPerRow = 4,
}) : super(key: key);