SphereStyle class

Represents the style configuration for a sphere.

Constructors

SphereStyle({Color shadowColor = const Color.fromARGB(185, 33, 149, 243), BlurStyle shadowBlurStyle = BlurStyle.normal, double shadowBlurSigma = 20, bool showShadow = true, bool showGradientOverlay = true, Gradient gradientOverlay = const RadialGradient(center: Alignment.center, colors: [Colors.transparent, Color.fromARGB(5, 255, 255, 255), Color.fromARGB(21, 255, 255, 255)], stops: [0.1, 0.85, 1.0])})
The SphereStyle class defines various properties that can be used to customize the appearance of a sphere.
const

Properties

gradientOverlay Gradient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowBlurSigma double
final
shadowBlurStyle BlurStyle
final
shadowColor Color
final
showGradientOverlay bool
final
showShadow bool
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