ExtraItem constructor
const
ExtraItem({})
Implementation
const ExtraItem({
super.key,
required this.onPressed,
required this.image,
this.width,
this.height,
required this.title,
});
const ExtraItem({
super.key,
required this.onPressed,
required this.image,
this.width,
this.height,
required this.title,
});