menu
element_core package
documentation
widgets.dart
ElPointerProxy
ElPointerProxy.new const constructor
ElPointerProxy.new const constructor
dark_mode
light_mode
ElPointerProxy
constructor
const
ElPointerProxy
(
{
Key
?
key
,
required
Widget
child
,
bool
enabled
=
true
,
})
Implementation
const ElPointerProxy({super.key, required this.child, this.enabled = true});
element_core package
documentation
widgets
ElPointerProxy
ElPointerProxy.new const constructor
ElPointerProxy class