SafeClipboardIosView constructor

const SafeClipboardIosView({
  1. Key? key,
  2. required double width,
  3. required double height,
  4. int type = 1,
})

Implementation

const SafeClipboardIosView({super.key, required this.width, required this.height, this.type = 1});