CardInList constructor

CardInList({
  1. bool isImage = false,
  2. String imageUrl = '',
  3. required String heading,
  4. String description = '',
  5. Color cardBackground = Colors.black87,
  6. required Function onTap,
})

Implementation

CardInList({this.isImage = false,this.imageUrl = '',required this.heading,this.description = '',this.cardBackground = Colors.black87,required this.onTap});