LinkItemStyle class

Constructors

LinkItemStyle.new({TextStyle titleTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Colors.black, fontSize: 12), TextStyle descriptionTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff111111), fontSize: 8), TextStyle linkTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff7889B3), fontSize: 12), Color iconColor = Colors.white, Decoration outerDecoration = const BoxDecoration(color: Color(0xffE2E8F7), borderRadius: BorderRadius.all(Radius.circular(6))), Decoration innerDecoration = const BoxDecoration(color: Color(0xffD0D8EB), borderRadius: BorderRadius.all(Radius.circular(6))), Decoration iconDecoration = const BoxDecoration(color: Color(0xff97A5C7), borderRadius: BorderRadius.only(topLeft: Radius.circular(6), bottomLeft: Radius.circular(6)))})
const

Properties

descriptionTextStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color
final
iconDecoration Decoration
final
innerDecoration Decoration
final
linkTextStyle TextStyle
final
outerDecoration Decoration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleTextStyle TextStyle
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