FormDateField constructor

const FormDateField({
  1. String? name,
})

Implementation

const FormDateField({String? name}) : super(name: name);