flutter_custom_appbar2

Last updated:

0 purchases

flutter_custom_appbar2 Image
flutter_custom_appbar2 Images
Add to Cart

Description:

flutter custom appbar2

TODO: A new Flutter package with a customized Appbar.
Features #
TODO: My Package give you custom app bar
Getting started #
TODO: A new Flutter package with a customized Appbar.
Usage #
TODO: A new Flutter package with a customized Appbar.
class Home extends StatelessWidget {
const Home({Key? key}) : super(key: key);

@override
Widget build(BuildContext context) {
return Scaffold(
appBar: const CustomAppbar(title: "Home", backButton: false,),
body: Container(),
);
}
}
copied to clipboard
Additional information #
TODO: A new Flutter package with a customized Appbar.

License:

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

Files In This Product:

Customer Reviews

There are no reviews.