FlutterOutlinedButton class
- Implemented types
- Annotations
Constructors
- FlutterOutlinedButton({@cN FlutterKey? key, @c required AnyWidget child, AWActions? onPressed, AWActions? onLongPress, bool? autofocus, FlutterClip? clipBehavior})
-
factory
-
FlutterOutlinedButton.fromJson(Map<
String, dynamic> json) -
factory
- FlutterOutlinedButton.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(_FlutterOutlinedButton value), {required TResult icon(_FlutterOutlinedButtonIcon 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) → OutlinedButton -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- unionValue → const String
- unionValueIcon → const String