menu
shared_component package
documentation
widgets/app_widgets.dart
AppIgnorePointer
AppIgnorePointer.new const constructor
AppIgnorePointer.new const constructor
dark_mode
light_mode
AppIgnorePointer
constructor
const
AppIgnorePointer
(
{
Key
?
key
,
required
Widget
child
,
bool
ignoring
=
false
,
})
Implementation
const AppIgnorePointer({ super.key, required this.child, this.ignoring = false, });
shared_component package
documentation
widgets/app_widgets
AppIgnorePointer
AppIgnorePointer.new const constructor
AppIgnorePointer class