Circlify class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- Circlify
Constructors
-
Circlify.new({Key? key, required List<
CirclifyItem> items, double segmentWidth = 40, BorderRadius borderRadius = const BorderRadius.all(Radius.circular(10)), double segmentSpacing = 5, Color segmentDefaultColor = Colors.grey, Duration animationDuration = const Duration(milliseconds: 150), Curve animationCurve = Curves.easeIn, TextStyle? labelStyle}) -
const
Properties
- animationCurve → Curve
-
Animation curve
final
- animationDuration → Duration
-
Animation duration
final
- borderRadius → BorderRadius
-
Segments border radius
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
CirclifyItem> -
Chart items
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- labelStyle → TextStyle?
-
Label text style
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- segmentDefaultColor → Color
-
Segment color for empty chart
final
- segmentSpacing → double
-
Segments spacing, must be more than or equal 0 and less than circle free space amount
final
- segmentWidth → double
-
Segments width, must be more than 0 and less than borderRadius
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< Circlify> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited