forController static method

Widget forController(
  1. DateController? controller, {
  2. Key? key,
  3. MonthIndicatorStyle? style,
})

Implementation

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