appBarCenter static method
SimpleAppBar with center title
Implementation
static PreferredSizeWidget appBarCenter(String title) {
return AppBar(
title: Text(title),
centerTitle: true,
);
}
SimpleAppBar with center title
static PreferredSizeWidget appBarCenter(String title) {
return AppBar(
title: Text(title),
centerTitle: true,
);
}