ReportButton constructor
const
ReportButton({
- Key? key,
- required VoidCallback onTap,
- required String buttonName,
- required double height,
- required double width,
Implementation
const ReportButton(
{Key? key,
required this.onTap,
required this.buttonName,
required this.height,
required this.width})
: super(key: key);