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