ListItemStyle class

Constructors

ListItemStyle.new({TextStyle titleTextStyle = const TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 15), TextStyle descriptionTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff767676), fontSize: 12), Color leadingIconColor = const Color(0xff181818), Color trailingIconColor = const Color(0xff767676), Color dividerColor = const Color(0xffEBEBEB)})
const

Properties

descriptionTextStyle TextStyle
final
dividerColor Color
final
hashCode int
The hash code for this object.
no setterinherited
leadingIconColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleTextStyle TextStyle
final
trailingIconColor 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