ApplyModalButton constructor
const
ApplyModalButton({
- Key? key,
- required VoidCallback onTap,
- required String title,
- bool active = true,
- Color? color,
Implementation
const ApplyModalButton({
Key? key,
required this.onTap,
required this.title,
this.active = true,
this.color,
}) : super(key: key);