TwoButton constructor
Implementation
const TwoButton(
{Key key,
this.ontap1,
this.ontap2,
@required this.child1,
@required this.child2,
this.rounded,
this.elavation,
@required this.color1,
@required this.color2,
@required this.height,
this.width})
: super(key: key);