pushStyle abstract method

void pushStyle(
  1. TextStyle style
)

Applies the given style to the added text until pop is called.

See pop for details.

Implementation

void pushStyle(TextStyle style);