selective_ignore_pointer 0.0.0
selective_ignore_pointer: ^0.0.0 copied to clipboard
Fine-grained pointer event control. Block events for widget subtrees while allowing specific children to remain interactive.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add selective_ignore_pointerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
selective_ignore_pointer: ^0.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:selective_ignore_pointer/selective_ignore_pointer.dart';