ImageMessageConfiguration class

Constructors

ImageMessageConfiguration({ShareIconConfiguration? shareIconConfig, StringCallback? onTap, double? height, double? width, EdgeInsetsGeometry? padding, EdgeInsetsGeometry? margin, BorderRadius? borderRadius})
const

Properties

borderRadius BorderRadius?
Used for giving border radius of image message.
final
hashCode int
The hash code for this object.
no setterinherited
height double?
Used for giving height of image message.
final
margin EdgeInsetsGeometry?
Used for giving margin of image message.
final
onTap StringCallback?
Provides callback when user taps on image message.
final
padding EdgeInsetsGeometry?
Used for giving padding of image message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareIconConfig ShareIconConfiguration?
Provides configuration of share button while image message is appeared.
final
width double?
Used for giving width of image message.
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