GroupedMediaItemStyle class

Constructors

GroupedMediaItemStyle.new({TextStyle titleStyle = const TextStyle(fontWeight: FontWeight.w500, color: Color(0xff323232), fontSize: 14), MediaItemStyle mediaImageItemStyle = const MediaItemStyle(), MediaItemStyle mediaVideoItemStyle = const MediaItemStyle(), MediaItemStyle mediaAudioItemStyle = const MediaItemStyle(bgColor: Color(0xff97A5C7)), DocumentItemStyle documentItemStyle = const DocumentItemStyle(titleTextStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff181818), fontSize: 12), sizeTextStyle: TextStyle(fontWeight: FontWeight.w300, color: Color(0xff757575), fontSize: 10), dateTextStyle: TextStyle(fontWeight: FontWeight.w300, color: Color(0xff757575), fontSize: 10)), LinkItemStyle linkItemStyle = const LinkItemStyle(titleTextStyle: TextStyle(fontWeight: FontWeight.normal, color: Colors.black, fontSize: 12), descriptionTextStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff707070), fontSize: 8), linkTextStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff7889B3), fontSize: 12), iconColor: Colors.white, outerDecoration: BoxDecoration(color: Color(0xffE2E8F7), borderRadius: BorderRadius.all(Radius.circular(8))), innerDecoration: BoxDecoration(color: Color(0xffD0D8EB), borderRadius: BorderRadius.all(Radius.circular(8))), iconDecoration: BoxDecoration(color: Color(0xff97A5C7), borderRadius: BorderRadius.only(topLeft: Radius.circular(8), bottomLeft: Radius.circular(8))))})
const

Properties

documentItemStyle DocumentItemStyle
final
hashCode int
The hash code for this object.
no setterinherited
linkItemStyle LinkItemStyle
final
mediaAudioItemStyle MediaItemStyle
final
mediaImageItemStyle MediaItemStyle
final
mediaVideoItemStyle MediaItemStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleStyle 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