AttachmentViewStyle class

Constructors

AttachmentViewStyle.new({Color bgColor = const Color(0xff242A3F), ShapeBorder shapeBorder = const RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(15))), IconStyle documentStyle = const IconStyle(iconColor: Colors.white, bgColor: Color(0xff34B197)), IconStyle cameraStyle = const IconStyle(iconColor: Colors.white, bgColor: Color(0xffEF5B5A)), IconStyle galleryStyle = const IconStyle(iconColor: Colors.white, bgColor: Color(0xff3093DF)), IconStyle audioStyle = const IconStyle(iconColor: Colors.white, bgColor: Color(0xffF37627)), IconStyle contactStyle = const IconStyle(iconColor: Colors.white, bgColor: Color(0xff46BF69)), IconStyle locationStyle = const IconStyle(iconColor: Colors.white, bgColor: Color(0xffB66AE6)), TextStyle textStyle = const TextStyle(fontWeight: FontWeight.normal, color: Colors.white, fontSize: 9)})
const

Properties

audioStyle IconStyle
final
bgColor Color
final
cameraStyle IconStyle
final
contactStyle IconStyle
final
documentStyle IconStyle
final
galleryStyle IconStyle
final
hashCode int
The hash code for this object.
no setterinherited
locationStyle IconStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapeBorder ShapeBorder
final
textStyle 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