todayBorder property

BorderSide? todayBorder
final

Overrides the border used to paint the DatePickerDialog.currentDate label in the grid of the date picker.

The border side's BorderSide.color is not used, todayForegroundColor is used instead.

Implementation

final BorderSide? todayBorder;