TF-1487 Apply linter rule
This commit is contained in:
@@ -171,7 +171,7 @@ class AppToast {
|
||||
width: 24,
|
||||
height: 24,
|
||||
fit: BoxFit.fill,
|
||||
color: iconColor),
|
||||
colorFilter: iconColor.asFilter()),
|
||||
if (icon != null)
|
||||
const SizedBox(width: 10.0),
|
||||
Expanded(child: Text(
|
||||
|
||||
@@ -21,8 +21,8 @@ class ThemeUtils {
|
||||
|
||||
static TextTheme get _textTheme {
|
||||
return const TextTheme(
|
||||
bodyText1: TextStyle(color: AppColor.baseTextColor),
|
||||
bodyText2: TextStyle(color: AppColor.baseTextColor),
|
||||
bodyMedium: TextStyle(color: AppColor.baseTextColor),
|
||||
bodySmall: TextStyle(color: AppColor.baseTextColor),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user