CNSheetInlineActions class

A horizontal row of inline action buttons in a native sheet.

These appear as icon buttons arranged horizontally, similar to the formatting toolbar in iOS Notes app (Bold, Italic, Underline, etc.).

Constructors

CNSheetInlineActions({required List<CNSheetInlineAction> actions, double? spacing, double? horizontalPadding, double? verticalPadding, double? height})
Creates a row of inline action buttons.
const

Properties

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