BdButton constructor
const
BdButton({})
Implementation
const BdButton({
Key? key,
required this.child,
required this.onTap,
this.backgroundColor,
this.padding,
this.margin,
this.width,
this.height,
this.radius,
this.boxShadow,
}) : super(key: key);