styled_widget 0.0.5+1 copy "styled_widget: ^0.0.5+1" to clipboard
styled_widget: ^0.0.5+1 copied to clipboard

outdated

Simplifying your widget tree structure by using a method based widget tree, inspired by SwiftUI.

example/README.md

Example #

Text('some text')
  .bold()
  .textColor(Colors.green)
  .alignment(Alignment.center)

For text with multiple styles:

Text.rich(TextSpan(
  text: 'Some text',
  children: [
    TextSpan(text: ' and some more text')
        .bold()
        .textColor(Colors.yellow),
  ],
))
801
likes
0
pub points
96%
popularity

Publisher

unverified uploader

Simplifying your widget tree structure by using a method based widget tree, inspired by SwiftUI.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on styled_widget