DiaryActionButton constructor
Creates a DiaryActionButton with the specified properties.
Implementation
const DiaryActionButton({
super.key,
required this.onPressed,
required this.icon,
required this.label,
required this.backgroundColor,
required this.iconColor,
required this.textColor,
required this.borderColor,
});