PrintCell constructor

const PrintCell({
  1. Key? key,
  2. required PrintEntity data,
})

Implementation

const PrintCell({super.key, required this.data});