status property

LayerViewStatus status

The status of a layer in the view.

Implementation

LayerViewStatus get status {
  final coreValue = _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_LayerViewState_getStatus(_handle, errorHandler);
  });
  return LayerViewStatus._fromCoreValue(coreValue);
}