getAppBar static method
Implementation
static PreferredSizeWidget? getAppBar(String text) {
return AppBar(
leading: null,
title: Text(text),
backgroundColor: themeColor,
);
}
static PreferredSizeWidget? getAppBar(String text) {
return AppBar(
leading: null,
title: Text(text),
backgroundColor: themeColor,
);
}