WeekIndicatorStyle.raw constructor
const
WeekIndicatorStyle.raw({
- required String tooltip,
- required Decoration decoration,
- required EdgeInsetsGeometry padding,
- required TextStyle textStyle,
- required List<
String> labels,
Implementation
const WeekIndicatorStyle.raw({
required this.tooltip,
required this.decoration,
required this.padding,
required this.textStyle,
required this.labels,
}) : assert(labels.length > 0);