description method

  1. @override
FieldDescription description([
  1. BuildContext? context
])
override

Implementation

@override
FieldDescription description([BuildContext? context]) {
  return const FieldDescription(
    icon: IconPack.mdi_palette_advanced,
    color: Color.fromRGBO(38, 70, 83, 1),
    title: 'Color field',
    description: 'Color picker field with an option to use the color picker or set the color from HEX',
  );
}