cutout_text_effect 0.0.1 icon indicating copy to clipboard operation
cutout_text_effect: ^0.0.1 copied to clipboard

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,
        ),
      ),
    );
8
likes
130
pub points
0%
popularity

Publisher

verified publisher iconlkrjangid.tech

Make cutout effect of your text in an easy way.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on cutout_text_effect