outlined_text 1.0.1 copy "outlined_text: ^1.0.1" to clipboard
outlined_text: ^1.0.1 copied to clipboard

Apply multiple outlines/borders to text widget

example/example.md

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
        ),
    ],
)
13
likes
120
pub points
86%
popularity

Publisher

unverified uploader

Apply multiple outlines/borders to text widget

Repository (GitLab)
View/report issues

Documentation

API reference

License

Unlicense (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on outlined_text