MaterialXButton constructor
Implementation
const MaterialXButton(
{Key key,
@required this.color,
@required this.child,
@required this.onTap,
this.rounded,
@required this.width,
@required this.height,
this.elavation,
this.spreadRadius})
: super(key: key);