UikCardProps class

Inheritance
Annotations

Constructors

UikCardProps()
UikCardProps.fromJson(Map<String, dynamic> json)
factory

Properties

borderOnForeground bool
getter/setter pair
borderRadius BorderRadiusGeometry?
getter/setter pair
buttonBar UikButtonBar?
getter/setter pair
clipBehavior Clip?
getter/setter pair
color Color?
getter/setter pair
content Widget?
getter/setter pair
elevation double?
getter/setter pair
gradient LinearGradient?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
id String?
getter/setter pair
image Widget?
getter/setter pair
margin EdgeInsetsGeometry?
getter/setter pair
overlayImage Widget?
getter/setter pair
padding EdgeInsetsGeometry
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder?
getter/setter pair
showImage bool
getter/setter pair
showOverlayImage bool
getter/setter pair
title UikGWListTile?
getter/setter pair
titlePosition UikPosition?
getter/setter pair

Methods

mockWidget() UikCardProps
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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