SpinKitWanderingCubes constructor
const
SpinKitWanderingCubes({})
Implementation
const SpinKitWanderingCubes({
super.key,
this.color,
this.shape = BoxShape.rectangle,
this.size = 50.0,
this.itemBuilder,
this.duration = const Duration(milliseconds: 1800),
}) : assert(
!(itemBuilder is IndexedWidgetBuilder && color is Color) &&
!(itemBuilder == null && color == null),
'You should specify either a itemBuilder or a color'),
offset = size * 0.75;