BuildButton constructor
const
BuildButton({
- Key? key,
- VoidCallback? onPressed,
- required Widget child,
Implementation
const BuildButton({Key? key, this.onPressed, required this.child})
: super(key: key);