JJUserCell constructor

const JJUserCell({
  1. Key? key,
  2. required int index,
  3. required JJUserEntity entity,
  4. dynamic imageTap()?,
})

Implementation

const JJUserCell({Key? key, required this.index, required this.entity, this.imageTap}) : super(key: key);