ActionRoundedButton constructor
const
ActionRoundedButton({})
Implementation
const ActionRoundedButton({
required this.size,
required this.icon,
this.backgroundColor,
this.foregroundColor,
this.onTap,
this.replacementWidgetIfInvisible = const SizedBox(),
this.isVisible = true,
this.title = '',
this.radius = 10,
this.textPadding = 3.0,
});