ImageStickersControlsStyle constructor
ImageStickersControlsStyle({
- double size = 30,
- Color color = Colors.blue,
- BorderRadius? borderRadius,
- Widget? child,
Implementation
ImageStickersControlsStyle(
{this.size = 30,
this.color = Colors.blue,
this.borderRadius,
this.child});