TF-528 Apply linter for some widget

This commit is contained in:
dab246
2022-05-04 11:15:37 +07:00
committed by Dat H. Pham
parent dbbc13eab4
commit 4088c88649
35 changed files with 198 additions and 223 deletions
@@ -5,7 +5,7 @@ import 'package:flutter/cupertino.dart';
mixin AppLoaderMixin {
Widget get loadingWidget {
return Center(child: SizedBox(
return const Center(child: SizedBox(
width: 24,
height: 24,
child: CupertinoActivityIndicator(color: AppColor.colorLoading)));