CircleInfo class

Constructors

CircleInfo({required Size size, double turns = 0, Alignment alignment = Alignment.topCenter, BorderRadiusGeometry? borderRadius = const BorderRadius.all(Radius.circular(250)), Gradient? gradient, Color? color})

Properties

alignment Alignment
Alignment in the screen
final
borderRadius BorderRadiusGeometry?
Shape of the item
final
color Color?
final
gradient Gradient?
Gradient or color - cannot be both
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
Sized of the item
final
turns double
Turns - could be from 0.0 to 1.0
final

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