logout
This commit is contained in:
@@ -58,7 +58,7 @@ Widget CommonYesNoBtn({
|
||||
begin: Alignment.topLeft,
|
||||
end: Alignment.bottomRight,
|
||||
colors: [
|
||||
Color.fromRGBO(70, 5, 1, 0.8),
|
||||
Color(0xFF2D7AEE).withOpacity(0.14),
|
||||
Color.fromRGBO(102, 102, 102, 0.8),
|
||||
],
|
||||
),
|
||||
@@ -74,9 +74,10 @@ Widget CommonYesNoBtn({
|
||||
height: 50.h,
|
||||
width: 170.w,
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(8.r),
|
||||
border: Border.all(color: Color(0xFF9A0000), width: 1.w),
|
||||
color: Color(0xFF6C0000)),
|
||||
borderRadius: BorderRadius.circular(8.r),
|
||||
// border: Border.all(color: Color(0xFF9A0000), width: 1.w),
|
||||
color: Color(0xFF2D7AEE),
|
||||
),
|
||||
child: Center(child: text18W500('No')),
|
||||
),
|
||||
)
|
||||
|
||||
@@ -86,7 +86,6 @@ class ApiUrls {
|
||||
//Stock Details
|
||||
static String stockDetailsApi = "${base}get-details-of-stock";
|
||||
|
||||
//Stock Details
|
||||
static String subscriptionApi = "${base}my-subscription-page";
|
||||
|
||||
//setting
|
||||
@@ -94,4 +93,7 @@ class ApiUrls {
|
||||
|
||||
//search
|
||||
static String searchData = "${base}search-stock";
|
||||
|
||||
//logout
|
||||
static String logout = "${base}Logout";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user