DiveMeterPreview constructor
DiveMeterPreview({})
Implementation
DiveMeterPreview({
DiveTextureController? controller,
required this.volumeMeter,
Key? key,
double? aspectRatio,
this.meterVertical = false,
}) : super(controller: controller, key: key, aspectRatio: aspectRatio);