feat: notification screen filter

This commit is contained in:
Rongjian Zhang
2019-02-07 20:28:48 +08:00
parent 5c0870a80b
commit 7c35bb7ffb
5 changed files with 86 additions and 51 deletions

View File

@@ -24,7 +24,7 @@ class Option<T> {
Option({this.value, this.widget});
}
Future<bool> showConfim(BuildContext context, String text) {
Future<bool> showConfirm(BuildContext context, String text) {
switch (SettingsProvider.of(context).theme) {
case ThemeMap.cupertino:
return showCupertinoDialog(