asTextRenderer method

TextPaint asTextRenderer()

Implementation

TextPaint asTextRenderer() {
  return TextPaint(
    style: asTextStyle(),
  );
}