BJHTitleImageValueCell constructor
BJHTitleImageValueCell({})
Implementation
BJHTitleImageValueCell({
Key? key,
this.leftRightPadding,
required this.title,
this.imageValue,
this.onTap,
}) : super(key: key);