simple_text

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

simple text

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),
);
}
}

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.