last chnages

This commit is contained in:
Daniah Ayad Al-sultani
2025-12-14 16:05:30 +03:00
parent 7da3f83471
commit 88f70bcd25

View File

@@ -131,6 +131,7 @@ class _RequestLeaveScreenState extends State<RequestLeaveScreen> {
@override
Widget build(BuildContext context) {
return Scaffold(
resizeToAvoidBottomInset: true, // ✅ IMPORTANT
body: AppBackground(
child: SafeArea(
child: Column(
@@ -150,6 +151,7 @@ class _RequestLeaveScreenState extends State<RequestLeaveScreen> {
// Title
// const SizedBox(height: 30),
Flexible(
child: SingleChildScrollView(
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 25),
child: Column(
@@ -536,6 +538,7 @@ class _RequestLeaveScreenState extends State<RequestLeaveScreen> {
),
),
),
),
],
),
),