description method
Implementation
@override
FieldDescription description([BuildContext? context]) {
return const FieldDescription(
icon: IconPack.mdi_format_font,
color: Color.fromRGBO(58, 96, 100, 1),
title: 'Font field',
description: 'Field, which able you to choose any of available fonts (Google Fonts or your custom)',
);
}