SelectedDateStyle constructor
const
SelectedDateStyle({
- required SelectedDateVisibility visibility,
- required Color color,
Implementation
const SelectedDateStyle({required this.visibility, required this.color});