description method

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

Implementation

@override
FieldDescription description([BuildContext? context]) {
  return const FieldDescription(
    icon: IconPack.rmx_paint_brush_fill,
    color: Color.fromRGBO(254, 29, 102, 1),
    title: 'Icon field',
    description: 'A field for selecting an icon from the provided list with the possibility of expanding and easy search in the modal window',
  );
}