PopButton constructor

const PopButton({
  1. Key? key,
  2. required CustomColorSet colors,
  3. bool border = true,
  4. VoidCallback? onTap,
})

Implementation

const PopButton(
    {super.key, required this.colors, this.border = true, this.onTap});