QRolo constructor

const QRolo({
  1. bool isCaptureOnTapEnabled = false,
  2. Key? key,
})

Implementation

const QRolo({this.isCaptureOnTapEnabled = false, Key? key}) : super(key: key);