PlexFormField.dateTime constructor
PlexFormField.dateTime({})
Implementation
PlexFormField.dateTime({
required this.title,
required this.onChange,
this.showWhen,
}) {
fieldType = TYPE_DATETIME;
}
PlexFormField.dateTime({
required this.title,
required this.onChange,
this.showWhen,
}) {
fieldType = TYPE_DATETIME;
}