fix(ui_kit): remove null check operator in Loader component

This commit is contained in:
2023-02-21 13:19:11 +01:00
parent f2b8c03dd7
commit 702164082a
3 changed files with 9 additions and 11 deletions
@@ -23,7 +23,7 @@ import 'package:wyatt_ui_kit_example/theme/constants.dart';
class Loaders extends DemoPage {
const Loaders({super.key});
@override
String get title => 'Loaders';
@@ -64,5 +64,4 @@ class Loaders extends DemoPage {
const Gap(20),
],
);
}