rotatingtext 0.0.1
rotatingtext: ^0.0.1 copied to clipboard
A flutter widget for rotating text inside a container.
rotatingtext_container #
rotatingtext_container A flutter widget for rotating text inside a container.
Features #
- you can rotate text as your need
- container is with gradient colors
- edit text
- custom velocity
styleandtextAlignsupport
Getting started #
To use this package, add text_scroll as a dependency in your pubspec.yaml file.
Usage #
Minimal example:
RotatedTextContainer(
borderRadius: BorderRadius.circular(20),
height: 100,
gradientColors:const[Colors.black,Colors.white70],
text:"newExample"),