SeniorMessageCardThemeData class

Constructors

SeniorMessageCardThemeData({EdgeInsetsGeometry? padding, SeniorMessageCardStyle? style})
Theme definitions for the SeniorMessageCard component.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsetsGeometry?
Defines the card's padding.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style SeniorMessageCardStyle?
Component style definitions. Allows you to configure: SeniorMessageCardStyle.color the color of the card. SeniorMessageCardStyle.feedbackItemsColor the color of the card's feedback items. SeniorMessageCardStyle.textColor the color of the card's text.
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