ImageStickersControlsStyle constructor

ImageStickersControlsStyle({
  1. double size = 30,
  2. Color color = Colors.blue,
  3. BorderRadius? borderRadius,
  4. Widget? child,
})

Implementation

ImageStickersControlsStyle(
    {this.size = 30,
    this.color = Colors.blue,
    this.borderRadius,
    this.child});