SingleParticleColor constructor

const SingleParticleColor({
  1. required Color color,
})

Implementation

const SingleParticleColor({required this.color});