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