FlutterCard class
Constructors
- FlutterCard({@cN FlutterKey? key, FlutterColor? color, FlutterColor? shadowColor, double? elevation, @cN FlutterShapeBorder? shape, bool? borderOnForeground, @cN FlutterEdgeInsetsGeometry? margin, FlutterClip? clipBehavior, @cN AnyWidget? child, bool? semanticContainer})
-
factory
-
FlutterCard.fromJson(Map<
String, dynamic> json) -
factory
Properties
- borderOnForeground → bool?
-
no setterinherited
- child → AnyWidget?
-
no setterinherited
- clipBehavior → FlutterClip?
-
no setterinherited
- color → FlutterColor?
-
no setterinherited
- elevation → double?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → FlutterKey?
-
no setterinherited
- margin → FlutterEdgeInsetsGeometry?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semanticContainer → bool?
-
no setterinherited
- shadowColor → FlutterColor?
-
no setterinherited
- shape → FlutterShapeBorder?
-
no setterinherited
Methods
-
map<
TResult extends Object?> (TResult $default(_FlutterCard 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) → Card -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- unionValue → const String