TextClick<T> constructor

TextClick<T>({
  1. dynamic fun()?,
  2. String? text,
  3. bool red = false,
  4. T? returnValue,
})

Implementation

TextClick({this.fun, this.text, this.red = false, this.returnValue});