StatementFormat constructor

const StatementFormat({
  1. TextFormat? textFormat,
  2. BackgroundColor? backgroundColor,
})

Implementation

const StatementFormat({
  TextFormat? textFormat,
  BackgroundColor? backgroundColor,
})  : _textFormat = textFormat,
      _backgroundColor = backgroundColor;