pagetitle

Last updated:

0 purchases

pagetitle Image
pagetitle Images
Add to Cart

Description:

pagetitle

Features #
The widget used to update application title when it created, disposed, or rebuild
Can be used with multiple/nested PageTitle and the latest one used to update application title
Examples #
PageTitle(
title: 'Page title',
child: const Other(),
);
copied to clipboard
MaterialApp(
onGenerateTitle: (context) => PageTitle.current(context) ?? 'My App',
//other config
);
copied to clipboard

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.