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. bool intrinsic = false,
  8. String tip = '',
})

Implementation

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