paintDecoration method
void
paintDecoration(
- PaintingContext context,
- Offset offset,
- PaintingContextCallback callback
override
Implementation
@override
void paintDecoration(PaintingContext context, Offset offset, PaintingContextCallback callback) {
if (_shouldPaintNegativeZIndexChildrenUnderBackground()) {
_paintNegativeZIndexChildrenUnderBackground(context, offset);
}
super.paintDecoration(context, offset, callback);
}