SpoilerRenderObjectWidget constructor
const
SpoilerRenderObjectWidget({
- Key? key,
- required Widget? child,
- PaintCallback? onPaint,
- PaintCallback? onAfterPaint,
- Path onClipPath(
- Size size
- ValueChanged<
List< ? onInit,Rect> > - ImageFilter? imageFilter,
- TextSelection? textSelection,
- bool enableOverlay = false,
Implementation
const SpoilerRenderObjectWidget({
super.key,
required super.child,
this.onPaint,
this.onAfterPaint,
this.onClipPath,
this.onInit,
this.imageFilter,
this.textSelection,
this.enableOverlay = false,
});