GraffitiPage constructor

const GraffitiPage({
  1. Key? key,
  2. String? filePath,
  3. File? file,
  4. Uint8List? list,
  5. int? width,
  6. int? height,
})

Implementation

const GraffitiPage(
    {Key? key, this.filePath, this.file, this.list, this.width, this.height})
    : super(key: key);