SwitcherTextWidget constructor

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

Implementation

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