CursorCSS constructor

const CursorCSS({
  1. String? url,
  2. _TypeCursorCSS? type,
})

Implementation

const CursorCSS({this.url, this.type});