-
Notifications
You must be signed in to change notification settings - Fork 906
Closed
Labels
calendarCalendar componentCalendar componentsolvedSolved the query using existing solutionsSolved the query using existing solutionsworkaround availableWorkaround available to overcome the queryWorkaround available to overcome the query
Description
Bug description
Can't find a way to custom the quick view navigation pannel
Steps to reproduce
Code sample
Code sample
SfCalendar(
// backgroundColor: Colors.red,
headerStyle: CalendarHeaderStyle(
textAlign: TextAlign.center,
backgroundColor: Theme.of(context).colorScheme.surface,
textStyle: const TextStyle(fontSize: 20),
),
view: CalendarView.month,
showDatePickerButton: true,
minDate: DateTime.now().subtract(const Duration(days: 7)),
showNavigationArrow: true,
},
),Screenshots or Video
See above
Stack Traces
Stack Traces
[Add the Stack Traces here]On which target platforms have you observed this bug?
Android
Flutter Doctor output
Doctor output
[Add your output here]Metadata
Metadata
Assignees
Labels
calendarCalendar componentCalendar componentsolvedSolved the query using existing solutionsSolved the query using existing solutionsworkaround availableWorkaround available to overcome the queryWorkaround available to overcome the query
