CursorStyle constructor

CursorStyle({
  1. int foreground = 0,
  2. int background = 0,
  3. int underlineColor = 0,
  4. int attrs = 0,
  5. int hyperlinkId = 0,
})

Implementation

CursorStyle({
  this.foreground = 0,
  this.background = 0,
  this.underlineColor = 0,
  this.attrs = 0,
  this.hyperlinkId = 0,
});