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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited