app_bar_title_text

Last updated:

0 purchases

app_bar_title_text Image
app_bar_title_text Images
Add to Cart

Description:

app bar title text

Features #
The package helps to improve the easy access of placing a text widget in the appbar for your application
Getting started #
To get started, install the package and add the Class in the title field in the AppBar widget of your application
Usage #
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);

@override
Widget build(BuildContext context) {
return const MaterialApp(
debugShowCheckedModeBanner: false,
home: Container(
child: AppBarText("Sample Text",Colors.blue),
),
);
}
}

copied to clipboard
Additional information #
For additional information about the widget feel free to visit to visit https://sumithkumar.cf

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.