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

Make cutout effect of your text in an easy way.

cutout_text_effect #

image

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,
        ),
      ),
    );
11
likes
150
points
24
downloads

Publisher

verified publisherlkrjangid.tech

Weekly Downloads

Make cutout effect of your text in an easy way.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on cutout_text_effect