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