View_isDitheringEnabled function

  1. @Native<Bool Function(Pointer<TView>)>(ffi.Pointer<TView>)>(isLeaf: true)
bool View_isDitheringEnabled(
  1. Pointer<TView> tView
)

Implementation

@ffi.Native<ffi.Bool Function(ffi.Pointer<TView>)>(isLeaf: true)
external bool View_isDitheringEnabled(
  ffi.Pointer<TView> tView,
);