CursorConfig constructor
const
CursorConfig({})
Implementation
const CursorConfig({
required this.blinkInterval,
this.defaultShape = 0, // 0 Block 1 Underline 2 Beam 3 HollowBlock 4 Hidden
this.defaultBlinking = false,
this.blinkTimeout = 5, // seconds; 0 = never stop
});