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
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