TraceableWidget class

Wrapper around TraceableClientMixin to easily track a child widget.

Inheritance

Constructors

TraceableWidget({Key? key, required Widget child, String? actionName, String? pvId, bool? updatePvIdAfterPop, String? path, Map<String, String>? dimensions, Campaign? campaign, MatomoTracker? tracker, PerformanceInfo? performanceInfo})
const

Properties

actionName String?
Equivalent to the page name. (e.g. 'HomePage').
final
campaign Campaign?
The campaign that lead to this interaction or null for a default entry. Setting this multiple times during an apps lifetime can have some side effects, see the Campaign class for more information.
final
child Widget
final
dimensions Map<String, String>?
A Custom Dimension value for a specific Custom Dimension ID.
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
path String?
Path to the widget. (e.g. '/home').
final
performanceInfo PerformanceInfo?
Information on how long it took to generate this content.
final
pvId String?
A 6 character unique page view ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tracker MatomoTracker?
Matomo instance used to send actions.
final
updatePvIdAfterPop bool?
Used to control if a Navigator.pop back to this page is considered a new page view.
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<TraceableWidget>
Creates the mutable state for this widget at a given location in the tree.
override
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}) 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