Gallery3DController constructor
Gallery3DController({})
Implementation
Gallery3DController(
{required this.itemCount,
this.ellipseHeight = 0,
this.autoLoop = true,
this.minScale = 0.4,
this.delayTime = 5000,
this.scrollTime = 1000})
: assert(itemCount >= 3, 'ItemCount must be greater than or equal to 3');