BezelConfig class

Annotations

Constructors

BezelConfig({ImageProvider<Object>? image, EdgeInsets inset = EdgeInsets.zero, double cornerRadius = 36.0, Color color = const Color(0xFF111111), double thickness = 8.0})
const

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 setteroverride
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 setterinherited
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

Operators

operator ==(Object other) bool
The equality operator.
override