CNSheetInlineAction class

An individual inline action button for sheets.

Constructors

CNSheetInlineAction({required String label, required String icon, bool enabled = true, bool isToggled = false, bool dismissOnTap = true, Color? backgroundColor, double? width, double? iconSize, double? labelSize, double? cornerRadius, double? iconLabelSpacing})
Creates an inline action button.
const

Properties

backgroundColor Color?
final
cornerRadius double?
final
dismissOnTap bool
final
enabled bool
final
hashCode int
The hash code for this object.
no setterinherited
icon String
final
iconLabelSpacing double?
final
iconSize double?
final
isToggled bool
final
label String
final
labelSize double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width 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