백그라운드 위젯 위에
하단바가 존재하는 리스트 레이아웃입니다
- 예시
BackDropScreen(
backgroundChild: Image(image: image),
bottomChild: Column(
children: [...Items],
),
topPadding: 400,
);
BackDropScreen(
backgroundChild: Image(image: image),
bottomChild: Column(
children: [...Items],
),
topPadding: 400,
);