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

Properties

autofocus bool?
no setterinherited
clipBehavior FlutterClip?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key FlutterKey?
no setterinherited
onLongPress AWActions?
no setterinherited
onPressed AWActions?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

unionValue → const String
unionValueIcon → const String