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