ZdsPropertiesList class

A list of properties with their respective values.

This component can be used instead of a table to show a lot of data at once in an easy to scan format.

ZdsPropertiesList(

The data can be displayed in two ways. When direction is horizontal, the property and its value will be shown on the same line. When it's vertical, the value will be below the property, vertically.

See also:

Inheritance
Available Extensions

Constructors

ZdsPropertiesList({Key? key, Widget? title, Map<String, String>? properties, ZdsPropertiesListDirection direction = ZdsPropertiesListDirection.horizontal})
Shows a list of properties with their respective values.
const

Properties

direction ZdsPropertiesListDirection
Whether the properties keys and values are shown horizontally (each key with its value in the same row), or vertically (each value is under its key).
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
properties Map<String, String>?
The properties to be shown.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget?
The optional title to show at the top of the list.
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.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
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