PopButton constructor

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

Implementation

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