description method
Implementation
@override
FieldDescription description([BuildContext? context]) {
return const FieldDescription(
icon: IconPack.flu_calendar_clock_filled,
color: Color.fromRGBO(40, 158, 144, 1),
title: 'Date Time field',
description: 'A field for setting the date and time with automatic validation of correct input',
);
}