TorchButton constructor

TorchButton({
  1. Rect? rect,
  2. bool? visible,
  3. String? torchOnImage,
  4. String? torchOffImage,
})

Implementation

TorchButton({this.rect, this.visible, this.torchOnImage, this.torchOffImage});