PopButton constructor

PopButton({
  1. required String label,
  2. TextStyle? textStyle,
  3. Function? onTap,
})

Implementation

PopButton({required this.label, this.textStyle, this.onTap});