FixedText constructor

FixedText({
  1. FormattedText? text,
  2. DiffText? diffText,
})

Implementation

FixedText({this.text, this.diffText});