PrintCell constructor

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

Implementation

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