LETTERPRESS_STYLE constant

AttributedStringTextEffectStyle const LETTERPRESS_STYLE

A graphical text effect that gives glyphs the appearance of letterpress printing, which involves pressing the type into the paper.

Implementation

static const LETTERPRESS_STYLE = AttributedStringTextEffectStyle._internal(
  'letterpressStyle',
  'letterpressStyle',
);