RadialFragmentsDraw class
- Inheritance
-
- Object
- FragmentsDrawDelegate
- RowAndColumnFragmentsDrawDelegate
- RadialFragmentsDraw
Constructors
- RadialFragmentsDraw({dynamic numberOfRow = 20, dynamic numberOfColumn = 20, bool disableTransition = false})
Properties
- disableTransition → bool
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- numberOfColumn → int
-
列
finalinherited
- numberOfRow → int
-
行
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- startingCoordinate → Coordinate
-
read-onlyinherited
Methods
-
calculateFragment(
{int i, int j, Size size}) → Rect -
inherited
-
calculateFragmentProgress(
{double maxDistance, Coordinate currentCoordinate}) → double -
calculateStartingCoordinate(
{Size size, Offset startingOffset = Offset.zero}) → void -
inherited
-
draw(
{Canvas canvas, Image paintImage, double progress, Offset startingOffset}) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited