Resource Base
Table of contents

TorchButton

Class TorchButton.

class TorchButton {
  /// A rect value that defines the location of the torch button.
  Rect? rect;
  /// Whe the button is visible.
  bool? visible;
  /// Display this image when the torch is on.
  String? torchOnImage;
  /// Display this image when the torch is off.
  String? torchOffImage;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +