InsideCard class

InsideCard class

Constructors

InsideCard({double? width = 50.0, double? height = 50.0, Color? background = Colors.white, double? elevation = 12.0, Color? elevationShadowColor, double? borderWidth = 0, Color? borderColor = Colors.transparent, double? allSideRadius = 0, IndividualRadius? individualSideRadius, double? paddingHorizontal = 0, double? paddingVertical = 0})
const

Properties

allSideRadius double?
set radius for all sides of the inside card
final
background Color?
set background color for inside card
final
borderColor Color?
set border color for inside card
final
borderWidth double?
set border width for inside card
final
elevation double?
set elevation for inside card
final
elevationShadowColor Color?
set elevation shadow color for inside card
final
hashCode int
The hash code for this object.
no setterinherited
height double?
set height for inside card
final
individualSideRadius IndividualRadius?
set individual radius for all sides of the inside card
final
paddingHorizontal double?
set horizonatal spacing around the inside card
final
paddingVertical double?
set vertical spacing around the inside card
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
set width for inside card
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