calendarTodaySemanticsLabel property

  1. @override
String get calendarTodaySemanticsLabel
override

The label appended to a calendar day cell's accessibility label when it is the current day.

In en, this message translates to: 'Today'

Implementation

@override
String get calendarTodaySemanticsLabel => 'Today';