TkfPopUpButton constructor

const TkfPopUpButton({
  1. required String name,
  2. required Key testKey,
  3. Key? key,
  4. Function? onPress,
  5. TextStyle? style = kLinkBtn,
})

Implementation

const TkfPopUpButton(
    {required this.name,
    required this.testKey,
    super.key,
    this.onPress,
    this.style = kLinkBtn});