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