QuickReplyOptions class Customization

Constructors

QuickReplyOptions({dynamic onTapQuickReply(QuickReply)?, EdgeInsets? quickReplyPadding, EdgeInsets? quickReplyMargin, BoxDecoration? quickReplyStyle, TextStyle? quickReplyTextStyle, Widget quickReplyBuilder(QuickReply)?})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onTapQuickReply → (dynamic Function(QuickReply)?)
Function to call when the user click on a quick reply Use that to create a message and send it
final
quickReplyBuilder → (Widget Function(QuickReply)?)
Builder to create your own quickReply builder
final
quickReplyMargin EdgeInsets?
Margin of a quick reply container
final
quickReplyPadding EdgeInsets?
Padding of a quick reply container
final
quickReplyStyle BoxDecoration?
BoxDecoration of a quick reply container
final
quickReplyTextStyle TextStyle?
TextStyle of a quick reply
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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