OceanProtocolWavesPainter constructor

const OceanProtocolWavesPainter({
  1. required double time,
  2. required List<Color> colors,
})

Implementation

const OceanProtocolWavesPainter({
  required this.time,
  required this.colors,
});