app_bar_title_text 0.0.3 copy "app_bar_title_text: ^0.0.3" to clipboard
app_bar_title_text: ^0.0.3 copied to clipboard

A new Flutter package for styling and inserting text in the web app app bar.

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),
      ),
    );
  }
}

Additional information #

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

0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package for styling and inserting text in the web app app bar.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on app_bar_title_text