PaintInfo constructor
PaintInfo({})
In case of string, it is used to save string value entered.
Implementation
PaintInfo({
required this.mode,
required this.offsets,
required this.color,
required this.strokeWidth,
this.text = '',
this.fill = false,
});