ALCardView constructor
const
ALCardView({})
Implementation
const ALCardView({
Key? key,
required this.cardElevation,
required this.iconName,
required this.iconColor,
required this.iconSize,
this.headerField,
this.textField1,
this.textField2,
this.textField3,
}) : super(key: key);