NoticeIcon class

Constructors

NoticeIcon.new({Widget? infoIcon, Widget? errorIcon, Widget? warningIcon, Widget? successIcon, double iconSize = 35})
const

Properties

errorIcon Widget?
final
hashCode int
The hash code for this object.
no setteroverride
iconSize double
final
infoIcon Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successIcon Widget?
final
warningIcon Widget?
final

Methods

copyWith({double? iconSize, Widget? successIcon, Widget? errorIcon, Widget? warningIcon, Widget? infoIcon}) NoticeIcon
getCustomIcon(NoticeStatus status) Widget?
getDefaultIcon(NoticeStatus status) IconData
getDefaultIconColor(NoticeStatus status) Color
getStatusIcon(NoticeStatus status) Widget
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.
override

Static Methods

lerp(NoticeIcon? a, NoticeIcon? b, double t) NoticeIcon