CUTxtButton constructor
const
CUTxtButton(
- Widget txt,
- VoidCallback onTap, {
- Key? key,
- bool intrinsic = false,
- String tip = '',
Implementation
const CUTxtButton(this.txt, this.onTap, {final Key? key, this.intrinsic = false, this.tip = ''})
: super(key: key);