DebugInfoItem class

An item in a debug info card.

Constructors

DebugInfoItem({required String label, required String value, VoidCallback? onTap, bool copyable = true})
Creates a debug info item.
const

Properties

copyable bool
Whether the value can be copied.
final
hashCode int
The hash code for this object.
no setterinherited
label String
The label text.
final
onTap VoidCallback?
Callback when tapped.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The value text.
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