WheelSpin constructor
const
WheelSpin({})
Implementation
const WheelSpin(
{Key? key,
required this.controller,
required this.pathImage,
required this.withWheel,
this.offset = 0,
required this.pieces,
this.isShowTextTest = false,
this.speed = 500})
: super(key: key);