DatePageView constructor
const
DatePageView({
- Key? key,
- DateController? controller,
- bool shrinkWrapInCrossAxis = false,
- required DateWidgetBuilder builder,
Implementation
const DatePageView({
super.key,
this.controller,
this.shrinkWrapInCrossAxis = false,
required this.builder,
});