forController static method
Implementation
static Widget forController(
DateController? controller, {
Key? key,
MonthIndicatorStyle? style,
}) =>
_MonthIndicatorForController(controller, key: key, style: style);
static Widget forController(
DateController? controller, {
Key? key,
MonthIndicatorStyle? style,
}) =>
_MonthIndicatorForController(controller, key: key, style: style);