FLineCalendarControl.managed constructor

const FLineCalendarControl.managed({
  1. FDateSelectionController<DateTime?>? controller,
  2. DateTime? initial,
  3. bool? toggleable,
  4. ValueChanged<DateTime?>? onChange,
})

Implementation

const factory FLineCalendarControl.managed({
  FDateSelectionController<DateTime?>? controller,
  DateTime? initial,
  bool? toggleable,
  ValueChanged<DateTime?>? onChange,
}) = FLineCalendarManagedControl;