Info constructor
const
Info({})
Implementation
const Info({
super.key,
required this.card,
this.paddingOption = 'all',
this.paddingVertical = 8.0,
this.paddingHorizontal = 8.0,
});
const Info({
super.key,
required this.card,
this.paddingOption = 'all',
this.paddingVertical = 8.0,
this.paddingHorizontal = 8.0,
});