KeenerButton constructor
KeenerButton({})
Implementation
KeenerButton(
{Key? key,
required this.disable,
required this.text,
this.outlined = false,
required this.onPressed,
this.iconData,
this.iconPosition = IconPosition.Right,
this.svgPath,
this.flex = 1,
this.defaultColor,
this.outlinedColor,
required this.loading})
: super(key: key);