View_setBlendMode function

  1. @Native<Void Function(Pointer<TView>, UnsignedInt)>(ffi.Pointer<TView>, ffi.UnsignedInt)>(isLeaf: true)
void View_setBlendMode(
  1. Pointer<TView> view,
  2. int blendMode
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TView>, ffi.UnsignedInt)>(
    isLeaf: true)
external void View_setBlendMode(
  ffi.Pointer<TView> view,
  int blendMode,
);