BaseFieldIconPicker constructor
const
BaseFieldIconPicker({})
Implementation
const BaseFieldIconPicker({
super.key,
// label
this.label,
// value
this.value,
this.fontSize = 18,
this.padding = const EdgeInsets.symmetric(
horizontal: 12,
),
// appearance
this.width = 40,
this.height = 40,
this.border,
this.borderRadius,
this.background,
this.isSolid = true,
this.isError,
// behaviour
this.onChanged,
});