GradientBorderSide class

Annotations

Constructors

GradientBorderSide({required Gradient gradient, double width = 1.0, BorderStyle style = BorderStyle.solid})
const
GradientBorderSide.lerp(GradientBorderSide a, GradientBorderSide b, double t)
factory

Properties

gradient Gradient
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style BorderStyle
final
width double
final

Methods

copyWith({Gradient? gradient, double? width, BorderStyle? style}) GradientBorderSide
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scale(double t) GradientBorderSide
toPaint(Rect rect) Paint
toString() String
A string representation of this object.
override

Operators

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

Constants

none → const GradientBorderSide