ZdsAbsorbPointer constructor

const ZdsAbsorbPointer(
  1. {required Widget child,
  2. Key? key,
  3. bool absorbing = true,
  4. Duration duration = const Duration(milliseconds: 250)}
)

Creates a widget that absorbs pointers during hit testing.

The absorbing argument must not be null.

Implementation

const ZdsAbsorbPointer