BlackButton constructor
const
BlackButton({})
Implementation
const BlackButton({
Key? key,
required this.text,
required this.onPressed,
this.width = 180.0,
this.height = 45.0,
this.borderRadius = 8.0,
this.fontSize = 14.0,
}) : super(key: key);