RotateLogic extension
Adds rotation functions to Logic.
- on
Methods
-
rotateLeft(
dynamic rotateAmount, {int? maxAmount}) → Logic -
Available on Logic, provided by the RotateLogic extension
Returns a Logic rotated left byrotateAmount
. -
rotateRight(
dynamic rotateAmount, {int? maxAmount}) → Logic -
Available on Logic, provided by the RotateLogic extension
Returns a Logic rotated right byrotateAmount
.