BezelConfig class
Properties
color
→ Color
Fallback bezel color used when image is null.
final
cornerRadius
→ double
Outer corner radius — applied in both asset and drawn modes.
final
hashCode
→ int
The hash code for this object.
no setter override
image
→ ImageProvider <Object > ?
Photographic bezel chrome. When non-null the screen is positioned
inside inset and the image is drawn as the frame. When null a
drawn fallback bezel is composed from color + thickness .
final
inset
→ EdgeInsets
Screen inset from the outer bezel edge. Only consulted when image
is provided.
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
thickness
→ double
Fallback bezel thickness used when image is null.
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