Marquee class

Constructors

Marquee({Key? key, required TextStyle textStyle, required String text, double runSpacing = 100, double? width})
const

Properties

runSpacing → double
final
text → String
final
textStyle → TextStyle
final
width → double?
final

Methods

createState() → State<Marquee>
Creates the mutable state for this widget at a given location in the tree.