mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
Fix warning
This commit is contained in:
@ -296,7 +296,7 @@ class ListPreference extends StatelessWidget {
|
||||
final String title;
|
||||
final String currentOption;
|
||||
final List<String> options;
|
||||
Function onChange;
|
||||
final Function onChange;
|
||||
|
||||
ListPreference({
|
||||
@required this.title,
|
||||
|
Reference in New Issue
Block a user