SpeedDialDirection

The direction in which a StylishSpeedDial fans out its actions.

Up and Down expand the actions vertically (above or below the main button); Start and End expand them horizontally (before or after the main button, respecting the layout direction).

See also

Entries

Link copied to clipboard

Actions expand vertically above the main button.

Link copied to clipboard

Actions expand vertically below the main button.

Link copied to clipboard

Actions expand horizontally before (start of) the main button.

Link copied to clipboard

Actions expand horizontally after (end of) the main button.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.