CNSheetItemRow class

A horizontal row of vertical-style items displayed side-by-side.

Use this to show 2-3 items in a row (e.g., "Cancel" and "Delete" buttons side-by-side). Each item maintains the vertical button style but is placed horizontally next to each other with equal widths.

Constructors

CNSheetItemRow({required List<CNSheetItem> items, double? spacing, double? height})
Creates a row of vertical items displayed side-by-side.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
height double?
final
items List<CNSheetItem>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing double?
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