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