ZplPreview constructor

const ZplPreview({
  1. Key? key,
  2. required ZplGenerator generator,
})

Implementation

const ZplPreview({super.key, required this.generator});