View_setLayerEnabled function

  1. @Native<Void Function(Pointer<TView>, Int, Bool)>(ffi.Pointer<TView>, ffi.Int, ffi.Bool)>(isLeaf: true)
void View_setLayerEnabled(
  1. Pointer<TView> tView,
  2. int layer,
  3. bool visible
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TView>, ffi.Int, ffi.Bool)>(
    isLeaf: true)
external void View_setLayerEnabled(
  ffi.Pointer<TView> tView,
  int layer,
  bool visible,
);