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

        SweetTitle(
            title: 'Brands',
        ),


        SweetTitle.button(
            title: 'Brands',
            buttonText: 'Explore',
            buttonOnPressed: () => print('clicked'),
        ),

Libraries

sweet_title