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

Size Of Time Selection Field Problem #79

Open
AyberkAhmet opened this issue May 11, 2023 · 1 comment
Open

Size Of Time Selection Field Problem #79

AyberkAhmet opened this issue May 11, 2023 · 1 comment

Comments

@AyberkAhmet
Copy link

After updating Flutter to version 3.10, I am having a problem with the size of the time selection field as in the photo below. how can i solve it?
choosed_time_size_problem

@rossheat
Copy link

The issue can be caused by using a custom font.

Add the following to your MaterialApp widget:

theme: ThemeData(
        timePickerTheme: const TimePickerThemeData(
            hourMinuteTextStyle: TextStyle(fontSize: 52)),
)

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

2 participants