NudgeTextSpan constructor

const NudgeTextSpan(
  1. String text, {
  2. NudgeSpanStyle style = const NudgeSpanStyle(),
})

Implementation

const NudgeTextSpan(this.text, {this.style = const NudgeSpanStyle()});