torchButtonOnImage property
Allows you to set any image for the torch button when its state is ON.
Implementation
Image? get torchButtonOnImage => _torchButtonOnImage;
Implementation
set torchButtonOnImage(Image? val) {
_torchButtonOnImage = val;
_set({"torchButtonOnImage": _imageToBase64(val)});
}