asForeground method

CustomPaint asForeground({
  1. Widget? child,
})

Implementation

CustomPaint asForeground({Widget? child}){
  return CustomPaint(foregroundPainter: this, child: child);
}