menu
fast_sea package
documentation
widget/app_ui.dart
TextClick<T>
TextClick.new constructor
TextClick.new constructor
dark_mode
light_mode
TextClick<
T
>
constructor
TextClick<
T
>
(
{
dynamic
fun
()?,
String
?
text
,
bool
red
=
false
,
T?
returnValue
,
})
Implementation
TextClick({this.fun, this.text, this.red = false, this.returnValue});
fast_sea package
documentation
widget/app_ui
TextClick<T>
TextClick.new constructor
TextClick class