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
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