CUTxtButton constructor

const CUTxtButton(
  1. Widget txt,
  2. VoidCallback onTap, {
  3. Key? key,
  4. bool intrinsic = false,
  5. String tip = '',
})

Implementation

const CUTxtButton(this.txt, this.onTap, {final Key? key, this.intrinsic = false, this.tip = ''})
    : super(key: key);