DrawTextOp constructor
DrawTextOp({})
Implementation
DrawTextOp({
required this.text,
required this.family,
required this.weight,
required this.size,
required this.originBaselineCenter,
this.letterSpacing = 0.0,
this.gradient,
this.solid,
this.shadowOffset = 0,
});