ButtonBar class

A horizontal bar of Button widgets with consistent spacing.

Renders buttons or tips with a 1-column left margin, 2-column gaps between adjacent components, and a 1-column right margin, matching the standard TUI button bar layout.

Constructors

ButtonBar({Key? key, required List<Component> buttons})
const

Properties

buttons List<Component>
final
hashCode int
The hash code for this object.
no setterinherited
key → Key?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context) → Component
Describes the part of the user interface represented by this component.
createElement() → StatelessElement
inherited
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