BookMark constructor
Creates a BookMark widget.
Implementation
const BookMark({
super.key,
required this.onPressed,
required this.icon,
this.label,
required this.textAndIconColor,
required this.backgroundColor,
});
Creates a BookMark widget.
const BookMark({
super.key,
required this.onPressed,
required this.icon,
this.label,
required this.textAndIconColor,
required this.backgroundColor,
});