From 44cec2f5f0d88578556e678b5c5f6bf809496205 Mon Sep 17 00:00:00 2001 From: X Code Date: Mon, 23 May 2022 09:50:33 -0700 Subject: [PATCH] Format code --- lib/src/widgets/toolbar.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/src/widgets/toolbar.dart b/lib/src/widgets/toolbar.dart index ab2c955f..62aa0211 100644 --- a/lib/src/widgets/toolbar.dart +++ b/lib/src/widgets/toolbar.dart @@ -196,9 +196,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { value: fontSize.value, child: Text(fontSize.key.toString(), style: TextStyle( - color: fontSize.value == '0' - ? Colors.red - : null)), + color: fontSize.value == '0' ? Colors.red : null)), ), ], onSelected: (newSize) {