FlipbookModule constructor
const
FlipbookModule({})
Creates a flipbook animator over frameCount cells.
Implementation
const FlipbookModule({
required this.frameCount,
this.framesPerSecond,
this.randomStartFrame = false,
}) : assert(frameCount > 0),
assert(framesPerSecond == null || framesPerSecond > 0);