Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customize month picker or change position month picker #26

Open
Al-Krause-ex opened this issue Mar 2, 2024 · 0 comments
Open

Customize month picker or change position month picker #26

Al-Krause-ex opened this issue Mar 2, 2024 · 0 comments

Comments

@Al-Krause-ex
Copy link

Can I customize the month picker or change the position of the month picker in the header?

In the EasyHeaderProps class I can set the centerHeader property to true and showSelectedDate to false, then I will see the MonthPicker but it will be centered. If centerHeader = false, then monthPicker will be on the right (1).

headerProps: const EasyHeaderProps(
 monthPickerType: MonthPickerType.dropDown,
 dateFormatter: DateFormatter.fullDateDMY(),
 showSelectedDate: false,
 centerHeader: false,
)

It would be great if you could be the lead manager of the monthSelect month and/or selected date (2).

timeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant