MeetMeBubble - AnnaGurik/MeetMe GitHub Wiki

MeetMeBubble class Null safety

Inheritance

[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html) MeetMeBubble 

Constructors

MeetMeBubble({Key? key, required String nameSender, bool isSender = true, 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)}) const

Properties

color → Color final delivered → bool final hashCodeint The hash code for this object. @nonVirtual, read-only, inherited isSender → bool final keyKey? Controls how one widget replaces another widget in the tree. final, inherited nameSender → String final runtimeTypeType A representation of the runtime type of the object. read-only, inherited seen → bool final sent → bool final tail → bool final text → String final textStyle → TextStyle final

Methods

build(BuildContext context) → Widget Describes the part of the user interface represented by this widget. 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. @protected, inherited debugFillProperties(DiagnosticPropertiesBuilder properties) → void Add additional properties associated with the node. inherited noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent 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}) → 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. @nonVirtual, inherited

SpecialChatBubbleOne class Null safety

Inheritance

[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) [Listenable](https://api.flutter.dev/flutter/foundation/Listenable-class.html) [CustomPainter](https://api.flutter.dev/flutter/rendering/CustomPainter-class.html) SpecialChatBubbleOne 

Constructors

SpecialChatBubbleOne({required Color color, required Alignment alignment, required bool tail})

Properties

alignment → Alignment final color → Color final hashCodeint The hash code for this object. read-only, inherited runtimeTypeType A representation of the runtime type of the object. read-only, inherited semanticsBuilderSemanticsBuilderCallback? Returns a function that builds semantic information for the picture drawn by this painter. read-only, inherited tail → bool final

Methods

addListener(VoidCallback listener) → void Register a closure to be notified when it is time to repaint. inherited hitTest(Offset position) → bool? Called whenever a hit test is being performed on an object that is using this custom paint delegate. inherited noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. inherited paint(Canvas canvas, Size size) → void Called whenever the object needs to paint. The given Canvas has its coordinate space configured such that the origin is at the top left of the box. The area of the box is the size of the size argument. override removeListener(VoidCallback listener) → void Remove a previously registered closure from the list of closures that the object notifies when it is time to repaint. inherited shouldRebuildSemantics(covariant CustomPainter oldDelegate) → bool Called whenever a new instance of the custom painter delegate class is provided to the RenderCustomPaint object, or any time that a new CustomPaint object is created with a new instance of the custom painter delegate class (which amounts to the same thing, because the latter is implemented in terms of the former). inherited shouldRepaint(covariant CustomPainter oldDelegate) → bool Called whenever a new instance of the custom painter delegate class is provided to the RenderCustomPaint object, or any time that a new CustomPaint object is created with a new instance of the custom painter delegate class (which amounts to the same thing, because the latter is implemented in terms of the former). override toString() → String A string representation of this object. inherited

Operators

operator ==(Object other) → bool The equality operator. inherited