FlutterTextButton class
- Implemented types
-
- Annotations
-
Constructors
-
FlutterTextButton({@cN FlutterKey? key, @c required AnyWidget child, AWActions? onPressed, AWActions? onLongPress, bool? autofocus, FlutterClip? clipBehavior})
-
factory
-
FlutterTextButton.fromJson(Map<String, dynamic> json)
-
factory
-
FlutterTextButton.icon({@cN FlutterKey? key, @c required AnyWidget icon, @c required AnyWidget label, AWActions? onPressed, AWActions? onLongPress, bool? autofocus, FlutterClip? clipBehavior})
-
factory
Methods
-
map<TResult extends Object?>(TResult $default(_FlutterTextButton value), {required TResult icon(_FlutterTextButtonIcon value)})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
toWidget(AnyWidgetContext context)
→ TextButton
-
override