Last updated:
0 purchases
flutter backdrop bottom slide
백그라운드 위젯 위에 #
하단바가 존재하는 리스트 레이아웃입니다 #
예시
BackDropScreen(
backgroundChild: Image(image: image),
bottomChild: Column(
children: [...Items],
),
topPadding: 400,
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.