GlassMorphismButtonThemeData class

Theme data for glass morphism buttons.

Annotations

Constructors

GlassMorphismButtonThemeData({double height = 48.0, EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 24, vertical: 12), BorderRadius borderRadius = const BorderRadius.all(Radius.circular(24)), double blurIntensity = 8.0, double opacity = 0.9})
const

Properties

blurIntensity double
final
borderRadius BorderRadius
final
hashCode int
The hash code for this object.
no setteroverride
height double
final
opacity double
final
padding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? height, EdgeInsets? padding, BorderRadius? borderRadius, double? blurIntensity, double? opacity}) GlassMorphismButtonThemeData
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