Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.