outlined_text

Creator: coderz1093

Last updated:

Add to Cart

Description:

outlined text

Outlined Text #
Apply multiple outlines/borders to text widget

DEMO
OutlinedText(
text: Text('Outlined Text...',
style: TextStyle(
color: Colors.black,
fontSize:75
)
),
strokes: [
OutlinedTextStroke(
color: Colors.amber,
width: 5
),
OutlinedTextStroke(
color: Colors.red,
width: 8
),
OutlinedTextStroke(
color: Colors.blue,
width: 8
),
],
)
copied to clipboard

License

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

Customer Reviews

There are no reviews.