OudsLinkDensity enum

The OudsLinkDensity defines the link's density

Inheritance
Available extensions

Values

defaultDensity → const OudsLinkDensity

This is the default density of the component, recommended for most interfaces and primary navigation contexts.

This density which is used for the vast majority of applications, provides a comfortable touch target that meets accessibility recommendations.

compact → const OudsLinkDensity

Reduces the vertical footprint while preserving the same interaction and visual behavior.

Use in dense layouts where space is limited and a smaller touch target is acceptable (desktop or pointer-based contexts).

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<OudsLinkDensity>
A constant List of the values in this enum, in order of their declaration.