SizeFragmentsDrawDelegate class
- Inheritance
-
- Object
- FragmentsDrawDelegate
- SizeFragmentsDrawDelegate
Constructors
- SizeFragmentsDrawDelegate({Size size = const Size(50, 50), bool disableTransition = true})
Properties
- disableTransition → bool
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- numberOfColumn ↔ int
-
read / write
- numberOfRow ↔ int
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- size → Size
-
final
Methods
-
calculateFragment(
{int i, int j, Size size}) → Rect -
calculateFragmentProgress(
{double maxDistance, Coordinate currentCoordinate}) → double -
calculateRowAndColumn(
{Size size, Size imageSize}) → void -
calculateStartingCoordinate(
{Size size, Size imageSize, Offset startingOffset}) → void -
draw(
{Canvas canvas, double progress, Image paintImage, 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