home api
This commit is contained in:
@@ -17,6 +17,7 @@ class MyTabBar extends StatelessWidget {
|
||||
color: const Color(0xff6C0000),
|
||||
borderRadius: BorderRadius.circular(5),
|
||||
),
|
||||
isScrollable: false,
|
||||
dividerColor: Colors.transparent,
|
||||
labelStyle: TextStyle(
|
||||
fontSize: 18.sp,
|
||||
@@ -38,4 +39,4 @@ class MyTabBar extends StatelessWidget {
|
||||
]),
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -71,4 +71,7 @@ class ApiUrls {
|
||||
"${base}get-swing-trade-recommendations";
|
||||
static String getMultibaggerRecommendations =
|
||||
"${base}get-multibagger-recommendations";
|
||||
|
||||
//Home
|
||||
static String getHome = "${base}home-page-details";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user