UnifiedCloseWidget constructor

UnifiedCloseWidget({
  1. required String imagePath,
  2. required double width,
  3. required double height,
  4. required double x,
  5. required double y,
})

Implementation

UnifiedCloseWidget(
    {required this.imagePath,
    required this.width,
    required this.height,
    required this.x,
    required this.y});