From 71a0cec282433e3f2e0828d9281a0f6321cd4514 Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Thu, 3 Jun 2021 20:38:21 -0700 Subject: [PATCH] Format code --- lib/src/widgets/cursor.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/widgets/cursor.dart b/lib/src/widgets/cursor.dart index 763d396d..9fef16e5 100644 --- a/lib/src/widgets/cursor.dart +++ b/lib/src/widgets/cursor.dart @@ -101,7 +101,7 @@ class CursorCont extends ChangeNotifier { required this.show, required CursorStyle style, required TickerProvider tickerProvider, - }) : _style = style, + }) : _style = style, blink = ValueNotifier(false), color = ValueNotifier(style.color) { _blinkOpacityController =