FDateFieldCalendarProperties constructor
const
FDateFieldCalendarProperties({
- AlignmentGeometry anchor = Alignment.topLeft,
- AlignmentGeometry inputAnchor = Alignment.bottomLeft,
- FPortalSpacing spacing = const FPortalSpacing(4),
- Offset shift(
- Size size,
- FPortalChildBox childBox,
- FPortalBox portalBox
- Offset offset = Offset.zero,
- FPopoverHideRegion hideRegion = FPopoverHideRegion.excludeChild,
- VoidCallback? onTapHide,
- ValueWidgetBuilder<
FCalendarDayData> dayBuilder = FCalendar.defaultDayBuilder, - DateTime? start,
- DateTime? end,
- DateTime? today,
- FCalendarPickerType initialType = FCalendarPickerType.day,
- bool autoHide = true,
Creates calendar properties for a date picker.
Implementation
const FDateFieldCalendarProperties({
this.anchor = Alignment.topLeft,
this.inputAnchor = Alignment.bottomLeft,
this.spacing = const FPortalSpacing(4),
this.shift = FPortalShift.flip,
this.offset = Offset.zero,
this.hideRegion = FPopoverHideRegion.excludeChild,
this.onTapHide,
this.dayBuilder = FCalendar.defaultDayBuilder,
this.start,
this.end,
this.today,
this.initialType = FCalendarPickerType.day,
this.autoHide = true,
});