CallHistoryItemStyle class

Constructors

CallHistoryItemStyle.new({Size profileImageSize = const Size(48, 48), TextStyle titleTextStyle = const TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 14), TextStyle subtitleTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff767676), fontSize: 12), TextStyle durationTextStyle = const TextStyle(fontWeight: FontWeight.w300, color: Color(0xff767676), fontSize: 12), Color iconColor = Colors.grey, Color selectedBgColor = Colors.black12, Color unselectedBgColor = Colors.transparent, Color dividerColor = const Color(0XffE2E2E2)})
const

Properties

dividerColor Color
final
durationTextStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color
final
profileImageSize Size
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBgColor Color
final
subtitleTextStyle TextStyle
final
titleTextStyle TextStyle
final
unselectedBgColor Color
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