PreeditOverlay constructor
const
PreeditOverlay({})
Implementation
const PreeditOverlay({
required this.text,
required this.cursorRect,
required this.bg,
required this.fg,
required this.underline,
required this.textStyle,
super.key,
});