Skip to content

[syncfusion_calendar_view] How to custom Quick view navigation colors ? #1850

@QuentinSc

Description

@QuentinSc

Bug description

Can't find a way to custom the quick view navigation pannel

Steps to reproduce

flutter-calendar-quickview-navigation

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

No one assigned

    Labels

    calendarCalendar componentsolvedSolved the query using existing solutionsworkaround availableWorkaround available to overcome the query

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions