StyledText.emphasize constructor

const StyledText.emphasize(
  1. String text, {
  2. RenderConfig renderConfig = const RenderConfig(),
})

Implementation

const StyledText.emphasize(
  this.text, {
  this.renderConfig = const RenderConfig(),
}) : _type = _StyleType.emphasize;