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) {