FlickTileBox constructor
const
FlickTileBox({})
Implementation
const FlickTileBox({
super.key,
this.rows = 12,
this.columns = 8,
this.tileSize,
this.spacing = 6,
this.color = const Color(0xFF6EA8FE),
this.minOpacity = 0.08,
this.maxOpacity = 0.95,
this.minSpeed = 0.35,
this.maxSpeed = 0.9,
this.borderRadius = 4,
this.seed,
this.backgroundColor,
});