added notification some design and added item to navbar
This commit is contained in:
@@ -70,7 +70,7 @@ class _TabletProfilePageState extends State<TabletProfilePage> {
|
||||
backgroundColor: AppColors.backgroundColor,
|
||||
appBar: tabletAppBar(title: ProfileStrings.profileTitle, key: key),
|
||||
|
||||
drawer: TabletNavigationWidget(currentIndex: 2),
|
||||
drawer: TabletNavigationWidget(currentIndex: 4),
|
||||
body: Padding(
|
||||
padding: EdgeInsets.symmetric(
|
||||
horizontal: 24.0.w(),
|
||||
|
||||
@@ -11,4 +11,6 @@ class ProfileStrings {
|
||||
static const String businessType = 'Business Type';
|
||||
static const String founded = 'Founded';
|
||||
static const String logout = 'Logout';
|
||||
static const String contracts = 'Contracts';
|
||||
static const String notifications = 'Notifications';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user