Skip to content

Commit 71a0cec

Browse files
committed
Format code
1 parent 76ef63e commit 71a0cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/widgets/cursor.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class CursorCont extends ChangeNotifier {
101101
required this.show,
102102
required CursorStyle style,
103103
required TickerProvider tickerProvider,
104-
}) : _style = style,
104+
}) : _style = style,
105105
blink = ValueNotifier(false),
106106
color = ValueNotifier(style.color) {
107107
_blinkOpacityController =

0 commit comments

Comments
 (0)