WidgetUtil class

Constructors

WidgetUtil()

Properties

hashCode int
The hash code for this object.
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

Static Methods

createGroundGlass({Widget? background, Widget? child, double? width, double? height, double topLeft = 0, double topRight = 0, double bottomLeft = 0, double bottomRight = 0, double opacity = 0.2, double sigmaX = 5.0, double sigmaY = 5.0, Color? glassColor}) Widget
创建一个带有毛玻璃背景的widget