torchButtonOffImage property

dynamic torchButtonOffImage

Allows you to set any image for the torch button when its state is OFF.

Implementation

Uint8List? get torchButtonOffImage => _torchButtonOffImage;
void torchButtonOffImage=(dynamic val)

Implementation

set torchButtonOffImage(Uint8List? val) {
  _torchButtonOffImage = val;
  _setCustomization({"torchButtonOffImage": _toBase64(val)}, this);
}