CellIgnorePointer constructor
const
CellIgnorePointer({})
Implementation
const CellIgnorePointer({
super.key,
this.ignoring = const ValueCell.value(true),
this.ignoringSemantics,
this.child,
});
const CellIgnorePointer({
super.key,
this.ignoring = const ValueCell.value(true),
this.ignoringSemantics,
this.child,
});