MainCircle class

Constructors

MainCircle.new({double? max, double? min, double? value, List<Color>? colors, String? image, IconData? icon, Color? iconColor, double? size})

Properties

colors List<Color>?
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
final
iconColor Color?
final
image String?
final
max double?
getter/setter pair
min double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
final
value double?
getter/setter pair

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