DotDecoration class

Constructors

DotDecoration({BorderRadius borderRadius = BorderRadius.zero, Color color = Colors.white, DotBorder dotBorder = DotBorder.none, double verticalOffset = 0.0, double rotationAngle = 0.0, double width = 8, double height = 8})
const

Properties

borderRadius BorderRadius
final
color Color
final
dotBorder DotBorder
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
rotationAngle double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verticalOffset double
final
width double
final

Methods

copyWith({BorderRadius? borderRadius, double? width, double? height, Color? color, DotBorder? dotBorder, double? verticalOffset, double? rotationAngle}) DotDecoration
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(DotDecoration a, DotDecoration b, double t) DotDecoration