Update: 2026-06-25 18:39:01
This commit is contained in:
@@ -87,6 +87,14 @@ class AddStaffPage extends StatelessWidget {
|
||||
),
|
||||
],
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
_buildDropdown(
|
||||
label: "البلد",
|
||||
value: controller.selectedCountry,
|
||||
items: const ['Jordan', 'Syria', 'Egypt'],
|
||||
onChanged: (val) => controller.selectedCountry = val!,
|
||||
fillColor: inputColor,
|
||||
),
|
||||
const SizedBox(height: 40),
|
||||
GetBuilder<StaffController>(
|
||||
builder: (controller) => SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user