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

Update date_picker_theme.dart #86

Merged
merged 1 commit into from Apr 21, 2020
Merged

Conversation

wasabia
Copy link
Contributor

@wasabia wasabia commented Mar 15, 2020

No description provided.

@@ -20,7 +20,7 @@ const double DATETIME_PICKER_ITEM_HEIGHT = 36.0;
const TextStyle DATETIME_PICKER_ITEM_TEXT_STYLE =
const TextStyle(color: Color(0xFF000046), fontSize: 16.0);

class DateTimePickerTheme extends Diagnosticable {
class DateTimePickerTheme with Diagnosticable {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To support both stable and beta channels, I'd suggest that this should be

class DateTimePickerTheme with DiagnosticableMixin { ... }

until DiagnosticableMixin is officially deprecated.

flutter/flutter#50498

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

Successfully merging this pull request may close these issues.

None yet

3 participants