cutout_text_effect 0.0.1 copy "cutout_text_effect: ^0.0.1" to clipboard
cutout_text_effect: ^0.0.1 copied to clipboard

outdated

Make cutout effect of your text in an easy way.

cutout_text_effect #

Make cutout effect of your text in an easy way.

Usage #

CutOutText need at least one argument which is text

CustomPaint(
      painter: CutOutText(
        text: 'Hello World',
        textDirection: TextDirection.rtl,
        boxRadius: 10,
        boxBackgroundColor: Colors.blueAccent,
        textStyle: TextStyle(
          fontSize: 50.0,
          fontWeight: FontWeight.bold,
        ),
      ),
    );
9
likes
0
pub points
49%
popularity

Publisher

verified publisherlkrjangid.tech

Make cutout effect of your text in an easy way.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on cutout_text_effect