View_setShadowType function

  1. @Native<Void Function(Pointer<TView>, Int)>(ffi.Pointer<TView>, ffi.Int)>(isLeaf: true)
void View_setShadowType(
  1. Pointer<TView> tView,
  2. int shadowType
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TView>, ffi.Int)>(isLeaf: true)
external void View_setShadowType(
  ffi.Pointer<TView> tView,
  int shadowType,
);