The issue of unwanted empty space on scroll in Flutter

currently, the ListView.builder widget is scrollable, and it creates an empty space at the top similar to the green area in the layout. Is it possible to standardize it so that there won’t be any gap at the top like the red area, even when scrolled? What I aim for is that when scrolled, the content should move downwards without leaving any empty space at the top. I’ve been trying to achieve this but haven’t succeeded.

Is this issue caused by the Expand widget or by the ListView widget? Could you also provide another solution so that I can try to achieve the same design using that alternative method?

enter image description here

            import 'package:barber_book/widgets/dropdown_widget.dart';
import 'package:flutter/material.dart';
import 'package:barber_book/widgets/saat_widget.dart';

class SaatProvider extends StatefulWidget {
  const SaatProvider({super.key});

  @override
  State<SaatProvider> createState() => _SaatProviderState();
}

class _SaatProviderState extends State<SaatProvider> {
  @override
  Widget build(BuildContext context) {
    int baslangicSaat = 10;
    int aralik = 45;
    int sonSaat = 24;
    List<String> stringList = [];

    for (int i = baslangicSaat * 60; i <= sonSaat * 60; i += aralik) {
      int saat = i ~/ 60;
      int dakika = i % 60;
      String saatDakika =
          "${saat.toString().padLeft(2, '0')}:${dakika.toString().padLeft(2, '0')}";
      stringList.add(saatDakika);
    }

    return Scaffold(
      body: Padding(
        padding: const EdgeInsets.fromLTRB(25, 50, 25, 10),
        child: Column(
          children: [
            const Row(
              mainAxisAlignment: MainAxisAlignment.start,
              children: [
                Text(
                  "KUAFÖRÜNÜZ",
                  style: TextStyle(
                      fontSize: 20,
                      fontFamily: "Caviar",
                      fontWeight: FontWeight.bold),
                ),
              ],
            ),
            Padding(
              padding: const EdgeInsets.only(top: 10.0),
              child: Row(mainAxisAlignment: MainAxisAlignment.start, children: [
                Container(
                  alignment: Alignment.center,
                  height: 75,
                  width: 340,
                  decoration: BoxDecoration(
                    border: Border.all(color: Colors.grey), // border rengi
                    borderRadius:
                        BorderRadius.circular(8), // border yuvarlaklığı
                  ),
                  child: const DropdownWidget(),
                ),
              ]),
            ),
            const Padding(
              padding: EdgeInsets.only(top: 20.0),
              child: Row(mainAxisAlignment: MainAxisAlignment.start, children: [
                Text(
                  "BUGÜN",
                  style: TextStyle(
                      fontSize: 20,
                      fontFamily: "Caviar",
                      fontWeight: FontWeight.bold),
                ),
              ]),
            ),
            Expanded(
              child: ListView.builder(
                itemCount: (stringList.length / 5).ceil(),
                itemBuilder: (BuildContext context, int index) {
                  return Padding(
                    padding: const EdgeInsets.only(top: 5),
                    child: Row(
                      mainAxisAlignment: MainAxisAlignment.spaceEvenly,
                      children: List.generate(
                        5,
                        (subIndex) {
                          final elementIndex = index * 5 + subIndex;
                          if (elementIndex < stringList.length) {
                            return SaatWidget(
                                text: stringList[elementIndex], id: 1);
                          } else {
                            return const SizedBox.shrink();
                          }
                        },
                      ),
                    ),
                  );
                },
              ),
            ),
            const Padding(
              padding: EdgeInsets.only(top: 15.0),
              child: Row(mainAxisAlignment: MainAxisAlignment.start, children: [
                Text(
                  "YARIN",
                  style: TextStyle(
                      fontSize: 20,
                      fontFamily: "Caviar",
                      fontWeight: FontWeight.bold),
                ),
              ]),
            ),
            Expanded(
              child: ListView.builder(
                itemCount: (stringList.length / 5).ceil(),
                itemBuilder: (BuildContext context, int index) {
                  return Padding(
                    padding: const EdgeInsets.only(top: 5),
                    child: Row(
                      mainAxisAlignment: MainAxisAlignment.spaceEvenly,
                      children: List.generate(
                        5,
                        (subIndex) {
                          final elementIndex = index * 5 + subIndex;
                          if (elementIndex < stringList.length) {
                            return SaatWidget(
                                text: stringList[elementIndex], id: 1);
                          } else {
                            return const SizedBox.shrink();
                          }
                        },
                      ),
                    ),
                  );
                },
              ),
            ),
            const Padding(
              padding: EdgeInsets.only(top: 15.0),
              child: Row(mainAxisAlignment: MainAxisAlignment.start, children: [
                Text(
                  "ERTESI GÜN",
                  style: TextStyle(
                      fontSize: 20,
                      fontFamily: "Caviar",
                      fontWeight: FontWeight.bold),
                ),
              ]),
            ),
            Expanded(
              child: ListView.builder(
                physics: const BouncingScrollPhysics(),
                itemCount: (stringList.length / 5).ceil(),
                itemBuilder: (BuildContext context, int index) {
                  return Padding(
                    padding: const EdgeInsets.only(top: 5),
                    child: Row(
                      mainAxisAlignment: MainAxisAlignment.spaceEvenly,
                      children: List.generate(
                        5,
                        (subIndex) {
                          final elementIndex = index * 5 + subIndex;
                          if (elementIndex < stringList.length) {
                            return SaatWidget(
                                text: stringList[elementIndex], id: 1);
                          } else {
                            return const SizedBox.shrink();
                          }
                        },
                      ),
                    ),
                  );
                },
              ),
            ),
            Padding(
              padding: const EdgeInsets.fromLTRB(0, 40, 0, 0),
              child: SizedBox(
                width: 350,
                height: 50,
                child: ElevatedButton(
                  style: ElevatedButton.styleFrom(
                    backgroundColor: Colors.black,
                    shape: RoundedRectangleBorder(
                        borderRadius: BorderRadius.circular(15)),
                  ),
                  onPressed: () {},
                  child: const Text(
                    "İleri Tarih İçin Randevu Al",
                    style: TextStyle(fontSize: 20, color: Colors.white),
                  ),
                ),
              ),
            ),
          ],
        ),
      ),
    );
  }
}

3

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật