repaintBoundary method
Implementation
RepaintBoundary repaintBoundary({Key? key}) {
return RepaintBoundary(
key: key,
child: this,
);
}
RepaintBoundary repaintBoundary({Key? key}) {
return RepaintBoundary(
key: key,
child: this,
);
}