CardStyle constructor
const
CardStyle({})
Implementation
const CardStyle({
required this.height,
required this.width,
required this.activeColor,
required this.inactiveColor,
required this.borderRadius,
});
const CardStyle({
required this.height,
required this.width,
required this.activeColor,
required this.inactiveColor,
required this.borderRadius,
});