description method

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

Implementation

@override
FieldDescription description([BuildContext? context]) {
  return const FieldDescription(
    icon: IconPack.flu_code_block_regular,
    color: Color.fromRGBO(31, 60, 166, 1),
    title: 'Structured field',
    description: 'A field for storing a list of objects (or single object) with a predefined structure',
  );
}