CursorStyle constructor

const CursorStyle({
  1. Color? color,
  2. bool hide = false,
  3. double width = 2.0,
})

Implementation

const CursorStyle({
  this.color,
  this.hide = false,
  this.width = 2.0,
});