FocusedDate constructor
const
FocusedDate({
- Key? key,
- required Widget child,
- DateTime? date,
- TraversalDirection? scrollDirection,
Implementation
const FocusedDate({
Key? key,
required Widget child,
this.date,
this.scrollDirection,
}) : super(key: key, child: child);