rotatingtext 0.0.1 copy "rotatingtext: ^0.0.1" to clipboard
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
  • style and textAlign support

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"),
11
likes
130
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter widget for rotating text inside a container.

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on rotatingtext