rotateType property

RotateType rotateType
final

Assign a rotateType to set the rotation type of the child widget.

Possible rotation types are:

RotateType.full => To rotate the child widget completely.

RotateType.semi => To rotate the child widget 180 degrees and rotate back.

RotateType.quarter => To rotate the child widget 90 degrees and rotate back.

Implementation

final RotateType rotateType;