CardImage class

CardImage class

Constructors

CardImage({ImageType imageType = ImageType.networkImage, String? image, double? width = 30.0, double? height = 30.0, double? borderRadius = 0, IndividualRadius? individualBorderRadius, double? padding = 0})
const

Properties

borderRadius double?
set image border radius
final
hashCode int
The hash code for this object.
no setterinherited
height double?
set image height
final
image String?
set image URL or path
final
imageType ImageType
set image type if network(jpg, png, svg, etc...), asset or SVG
final
individualBorderRadius IndividualRadius?
set individual radius for all sides of the image
final
padding double?
set space around the image
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
set image width
final

Methods

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

Operators

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