UiFluidGeometry class
Experimental geometry shared by fluid morph and split compositions.
- Annotations
Constructors
- UiFluidGeometry(Rect rect, double radius, {BorderRadius? corners})
-
const
Properties
- borderRadius → BorderRadius
-
Full corner geometry; the existing scalar radius remains the fallback.
no setter
- corners → BorderRadius?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- radius → double
-
final
- rect → Rect
-
final
- 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
-
lerp(
UiFluidGeometry a, UiFluidGeometry b, double t, {Offset bend = Offset.zero, double? cornerProgress}) → UiFluidGeometry