Docs
Text Rotation Animation

Text Rotation Animation

A widget that rotates your words around!

Status: initializing

Installation

Copy and paste the following code into your project.

Please find it here

Update the import paths to match your project setup.

Usage

RotatingTextWidget(
  text: 'Your rotating text here',
  radius: 100.0,
  rotationDuration: Duration(seconds: 15),
)