StyledText.heading constructor

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

Implementation

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