torchButtonOffImage property
Allows you to set any image for the torch button when its state is OFF.
Implementation
Uint8List? get torchButtonOffImage => _torchButtonOffImage;
Implementation
set torchButtonOffImage(Uint8List? val) {
_torchButtonOffImage = val;
_setCustomization({"torchButtonOffImage": _toBase64(val)}, this);
}