WiredCalendar constructor

const WiredCalendar({
  1. Key? key,
  2. String? selected,
  3. void onSelected(
    1. String selected
    )?,
})

Implementation

const WiredCalendar({Key? key, this.selected, this.onSelected})
    : super(key: key);