StarredMessageUserHeaderStyle class
Constructors
- StarredMessageUserHeaderStyle.new({Size profileImageSize = const Size(48, 48), TextStyle profileNameStyle = const TextStyle(fontWeight: FontWeight.bold, color: Color(0xff181818), fontSize: 15), TextStyle dateTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff959595), fontSize: 12)})
-
const
Properties
- dateTextStyle → TextStyle
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- profileImageSize → Size
-
final
- profileNameStyle → TextStyle
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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