StatusCardStyle class

Constructors

StatusCardStyle({Map<StatusType, Color>? statusColors, Map<StatusType, IconData>? statusIcons, double borderRadius = 12.0, EdgeInsets? padding, EdgeInsets? contentPadding, TextStyle? titleStyle, TextStyle? messageStyle, double? width, double? height, List<BoxShadow>? shadows, Border? border, double iconSize = 24.0, EdgeInsets? iconPadding, bool showIcon = true, bool showBorder = true, double borderWidth = 1.0, Duration animationDuration = const Duration(milliseconds: 300), Curve animationCurve = Curves.easeInOut, bool useAnimation = true, Color? backgroundColor, double elevation = 0, bool showCloseButton = true, BorderRadius? progressBorderRadius})
const

Properties

animationCurve Curve
final
animationDuration Duration
final
backgroundColor Color?
final
border Border?
final
borderRadius double
final
borderWidth double
final
contentPadding EdgeInsets?
final
elevation double
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
iconPadding EdgeInsets?
final
iconSize double
final
messageStyle TextStyle?
final
padding EdgeInsets?
final
progressBorderRadius BorderRadius?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadows List<BoxShadow>?
final
showBorder bool
final
showCloseButton bool
final
showIcon bool
final
statusColors Map<StatusType, Color>
final
statusIcons Map<StatusType, IconData>
final
titleStyle TextStyle?
final
useAnimation bool
final
width double?
final

Methods

copyWith({Map<StatusType, Color>? statusColors, Map<StatusType, IconData>? statusIcons, double? borderRadius, EdgeInsets? padding, EdgeInsets? contentPadding, TextStyle? titleStyle, TextStyle? messageStyle, double? width, double? height, List<BoxShadow>? shadows, Border? border, double? iconSize, EdgeInsets? iconPadding, bool? showIcon, bool? showBorder, double? borderWidth, Duration? animationDuration, Curve? animationCurve, bool? useAnimation, Color? backgroundColor, double? elevation, bool? showCloseButton, BorderRadius? progressBorderRadius}) StatusCardStyle
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