PopButton constructor
const
PopButton({
- Key? key,
- required CustomColorSet colors,
- bool border = true,
- VoidCallback? onTap,
Implementation
const PopButton(
{super.key, required this.colors, this.border = true, this.onTap});