defaultMonthdayLabelStyle top-level constant

TextStyle const defaultMonthdayLabelStyle

Implementation

const defaultMonthdayLabelStyle = TextStyle(
  textBaseline: TextBaseline.alphabetic,
);