FloodFillWidget constructor
const
FloodFillWidget({})
Implementation
const FloodFillWidget(
{super.key,
required this.newColor,
required this.onImageChanged,
required this.imageUrl,
this.loadingWidget,
this.width,
this.height});