forController static method
Widget
forController(
- DateController? controller, {
- Key? key,
- bool alwaysUseNarrowestVariant = false,
- VoidCallback? onTap,
- WeekIndicatorStyle? style,
Implementation
static Widget forController(
DateController? controller, {
Key? key,
bool alwaysUseNarrowestVariant = false,
VoidCallback? onTap,
WeekIndicatorStyle? style,
}) =>
_WeekIndicatorForController(
controller,
key: key,
alwaysUseNarrowestVariant: alwaysUseNarrowestVariant,
onTap: onTap,
style: style,
);