TextInputCursorStyle constructor
TextInputCursorStyle({})
Implementation
TextInputCursorStyle({
this.color,
this.shape = CursorShape.block,
this.blink = true,
this.blinkSpeed = const Duration(milliseconds: 500),
});