DurationFormField.ofDuration constructor
DurationFormField.ofDuration({
- Key? key,
- required JsonPath durationAttribute,
- required bool isRequired,
- Key? widgetKey,
- Formatter<
TimeSpan?> ? formatter, - ValueChanged<
TimeSpan?> ? onChanged, - String? label,
Implementation
DurationFormField.ofDuration({
Key? key,
required this.durationAttribute,
required this.isRequired,
this.widgetKey,
this.formatter,
this.onChanged,
this.label,
}) : super(key: key);