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

outdated

Create a beautiful titles with Sweet Title, you can have a title with or without a button.

Create a beautiful titles with Sweet Title, you can have a title with a button or without a button.

Getting started #

This package provides a customizable Title for flutter projects Include the package in pubspec.yaml and start using it

Usage #

TODO: Include short and useful examples for package users. Add longer examples to /example folder.

        SectionTitle(
            title: 'Brands',
        ),


        SectionTitle.button(
            title: 'Brands',
            buttonText: 'Explore',
            buttonOnPressed: () => print('clicked'),
        ),
3
likes
0
pub points
16%
popularity

Publisher

verified publishern5lab.com

Create a beautiful titles with Sweet Title, you can have a title with or without a button.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on sweet_title