copyWithPaint method
Implementation
@override
TextRenderer copyWithPaint(Paint paint) {
return copyWith(
(style) {
return style.copyWith(
foreground: paint,
);
},
);
}
@override
TextRenderer copyWithPaint(Paint paint) {
return copyWith(
(style) {
return style.copyWith(
foreground: paint,
);
},
);
}