torchControlPosition property

Anchor get torchControlPosition

Implementation

Anchor get torchControlPosition => _torchControlPosition;
set torchControlPosition (Anchor newValue)

Implementation

set torchControlPosition(Anchor newValue) {
  _torchControlPosition = newValue;
  _updateNative();
}