NetworkTab class
Lists captured HTTP exchanges from CorextraDevTools.instance.network.
Above _splitBreakpoint, this is a master/detail split — a compact
list on the left, the selected request's full detail on the right.
Below it, there's no room for both side by side, so tapping a row
instead drills into a full-screen detail view (with a back button
to return) rather than expanding inline in place. An inline
accordion was tried first, but it nests a scrollable request body
inside the same scroll region as the request list itself — on a
large response, that pits the list's scroll against the body's,
each capturing drags meant for the other. Drilling in, like the
wide layout's detail pane, keeps exactly one scrollable on screen
at a time.
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- NetworkTab
Constructors
- NetworkTab({Key? key})
-
const
Properties
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< NetworkTab> -
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, 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