SimpleDateQuery constructor

const SimpleDateQuery(
  1. String query, {
  2. String? subtitle,
  3. String? selection,
  4. String? title,
  5. String? iconName,
})

Implementation

const SimpleDateQuery(this.query, {this.subtitle, this.selection, this.title, this.iconName}) : super(query);