Format code

pull/259/head^2
Xin Yao 4 years ago
parent 76ef63e87c
commit 71a0cec282
  1. 2
      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 =

Loading…
Cancel
Save