IconsButton constructor
Implementation
IconsButton({
@required this.onPressed,
@required this.text,
this.shape = btnShape,
this.color,
this.iconData,
this.iconColor,
this.textStyle,
}) : assert(onPressed != null),
assert(text != null);