FLineCalendarControl.managed constructor

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

Implementation

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