noisePoints property

Map<Color, List<Offset>> noisePoints
latefinal

Map with a List of Point for diffrent Colors, used to draw the noise

Implementation

late final Map<Color, List<Offset>> noisePoints = {};