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