CursorStyle constructor

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

Implementation

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