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