UXPFieldTime constructor
UXPFieldTime({})
Implementation
UXPFieldTime(
{Key? key,
required this.value,
required this.onChange,
required this.labelText,
this.label,
this.description,
this.required})
: super(key: key);