Marquee constructor
- {Key? key,
- required TextStyle textStyle,
- required String text,
- double runSpacing = 100,
- double? width}
Implementation
const Marquee(
{super.key,
required this.textStyle,
required this.text,
this.runSpacing = 100,
this.width});