YmTextMarquee constructor

YmTextMarquee(
  1. List<String> textArray, {
  2. double initialScrollOffset = 0,
  3. double itemHeight = 20,
})

Implementation

YmTextMarquee(this.textArray, {this.initialScrollOffset = 0, this.itemHeight = 20});