Swell enum

A representation of a surface's boss or how it "swells".

Consider Braille or a hammered decorative lump on a metal shield to be an example of emboss.

Flip that shield or Braille over 180°, and the inset nature of these lumps is now described as debossed.

Inheritance

Constructors

Swell()
const

Values

superdeboss → const Swell

Very inset as opposed to protruding.

May already appear "pressed" in the context of a interactive surface.

In terms of color, more contrasting shades compared to deboss. Correlates to, or matches intensity of color shading with, Curvature.superconcave.

deboss → const Swell

Inset as opposed to protruding.

May already appear "pressed" in the context of a interactive surface.

In terms of color, smoother fading shades compared to deboss. Correlates to, or matches intensity of color shading with, Curvature.concave.

emboss → const Swell

Represents the appearance of a protuberance or lump.

Considering the front of a credit card, the raised letters and numbers are an example of embossment.

In terms of color, smoother fading shades compared to emboss. Correlates to, or matches intensity of color shading with, Curvature.convex.

superemboss → const Swell

Represents the appearance of a large protuberance or lump.

Considering the front of a credit card, the raised letters and numbers are an example of embossment.

In terms of color, more contrasting shades compared to emboss. Correlates to, or matches intensity of color shading with, Curvature.superconvex.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<Swell>
A constant List of the values in this enum, in order of their declaration.