CenterBoxPainter constructor

CenterBoxPainter(
  1. Rect centerRect,
  2. double imageWidth,
  3. double imageHeight, {
  4. required bool isFrontCamera,
})

Implementation

CenterBoxPainter(
    this.centerRect,
    this.imageWidth,
    this.imageHeight, {
      required this.isFrontCamera,
    });