JJUserCell constructor
const
JJUserCell({
- Key? key,
- required int index,
- required JJUserEntity entity,
- dynamic imageTap()?,
Implementation
const JJUserCell({Key? key, required this.index, required this.entity, this.imageTap}) : super(key: key);