SwitcherTextWidget constructor

SwitcherTextWidget(
  1. Key? key,
  2. TextStyle style,
  3. TextStyle bigStyle,
  4. int? currentRate,
)

Implementation

SwitcherTextWidget(Key? key, this.style, this.bigStyle, this.currentRate)
    : super(key: key);