grow method

RenderContext grow(
  1. double factor
)

Implementation

RenderContext grow(double factor) => copyWith(fontSize: fontSize * factor);