RoundedButtonWithIcons constructor
const
RoundedButtonWithIcons(})
Creates a RoundedButtonWithIcons
widget.
The icon
parameter must not be null.
Implementation
const RoundedButtonWithIcons(
this.icon, {
super.key,
required super.text,
required super.onPressed,
super.width,
super.height,
super.color,
super.textColor,
this.iconSize = 24,
this.iconColor,
super.shadow,
super.margin,
super.radius,
super.isDisabled = false,
}) : super(iconSize: iconSize, iconColor: iconColor);