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

Simple text widget for create your project easy and fast .

Expample #

class HelloWorldText extends StatelessWidget { final String text;

HelloWorldText({required this.text});

@override Widget build(BuildContext context) { return Text( text, style: TextStyle(fontSize: 24, fontWeight: FontWeight.bold), ); } }

2
likes
150
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Simple text widget for create your project easy and fast .

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on simple_text