From 8879fadf400ae52fd6dfa05da20281eea74c3fe3 Mon Sep 17 00:00:00 2001 From: kfdykme Date: Sun, 11 Aug 2024 22:44:59 +0800 Subject: [PATCH] feature: enanble custom TextSelectionControls. fix analyze --- .../test/widgets/editor_text_selection_controllers_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fleather/test/widgets/editor_text_selection_controllers_test.dart b/packages/fleather/test/widgets/editor_text_selection_controllers_test.dart index 6eb29092..4ebe749c 100644 --- a/packages/fleather/test/widgets/editor_text_selection_controllers_test.dart +++ b/packages/fleather/test/widgets/editor_text_selection_controllers_test.dart @@ -55,7 +55,7 @@ void main() { ]); FleatherController controller = FleatherController(document: document); FocusNode focusNode = FocusNode(); - final Size testSize = Size(230, 5); + const Size testSize = Size(230, 5); final editor = MaterialApp( home: FleatherEditor( controller: controller,