ExtraTextLabel constructor

ExtraTextLabel({
  1. required int startIndex,
  2. required double startPrice,
  3. required String textContent,
  4. TextStyle textStyle = DEFAULT_STYLE,
  5. double textScale = 1.0,
})

Implementation

ExtraTextLabel(
    {required this.startIndex,
    required this.startPrice,
    required this.textContent,
    this.textStyle = DEFAULT_STYLE,
    this.textScale = 1.0});