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