NGATxtButton constructor

const NGATxtButton(
  1. Widget txt,
  2. VoidCallback onTap, {
  3. Key? key,
  4. double radius = 24,
  5. int alpha = 22,
  6. bool useWhite = false,
  7. String tip = '',
})

Implementation

const NGATxtButton(this.txt, this.onTap,
    {Key? key, this.radius = 24, this.alpha = 22, this.useWhite = false, this.tip = ''})
    : super(key: key);