BubbleSpecialTwo class
New special chat bubble type
chat bubble color can be customized using color chat bubble tail can be customized using tail chat bubble display message can be changed using text text is the only required parameter message sender can be changed using isSender chat bubble TextStyle can be customized using textStyle
timestamp is an optional string shown at the bottom-right of the bubble
isEdited shows an "Edited" label next to the status area when true
isForwarded shows a "Forwarded" banner at the top of the bubble when true
messageId is an optional identifier for tracking purposes
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- BubbleSpecialTwo
Constructors
- BubbleSpecialTwo({Key? key, bool isSender = true, BoxConstraints? constraints, required String text, Color color = Colors.white70, bool tail = true, bool sent = false, bool delivered = false, bool seen = false, TextStyle textStyle = const TextStyle(color: Colors.black87, fontSize: 16), String? timestamp, bool isEdited = false, bool isForwarded = false, String? messageId})
-
Creates a BubbleSpecialTwo widget
const
Properties
- color → Color
-
chat bubble color
final
- constraints → BoxConstraints?
-
constraints for the chat bubble
final
- delivered → bool
-
message state - whether the message has been delivered
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEdited → bool
-
shows an "Edited" label next to the status area when true
final
- isForwarded → bool
-
shows a "Forwarded" banner at the top of the bubble when true
final
- isSender → bool
-
message sender
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- messageId → String?
-
optional identifier for tracking the message
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seen → bool
-
message state - whether the message has been seen
final
- sent → bool
-
message state - whether the message has been sent
final
- tail → bool
-
chat bubble tail
final
- text → String
-
message text
final
- textStyle → TextStyle
-
text style for the message
final
- timestamp → String?
-
optional timestamp string shown at the bottom-right (e.g. "12:34 PM")
final
Methods
-
build(
BuildContext context) → Widget -
chat bubble builder method
override
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited