Skip to content

Commit

Permalink
fix: DiagnosticableMixin not found Realank#155
Browse files Browse the repository at this point in the history
  • Loading branch information
Luvti committed Jun 17, 2020
1 parent 7d6b157 commit 6f70dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/datetime_picker_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:flutter/material.dart';

// Migrate DiagnosticableMixin to Diagnosticable until
// https://github.com/flutter/flutter/pull/51495 makes it into stable (v1.15.21)
class DatePickerTheme with DiagnosticableMixin {
class DatePickerTheme with Diagnosticable {
final TextStyle cancelStyle;
final TextStyle doneStyle;
final TextStyle itemStyle;
Expand Down

0 comments on commit 6f70dd5

Please sign in to comment.