Flutter2 Dartlang class에 Object를 argument로 넘겨주기 딴지, 훈수 대환영입니다. 문제 있으면 지적해주세요 굽신굽신.. class Shop { final dynamic shopObject; late final int id; late final String shopCode; late final String shopName; late final String address; late final bool authorized; late final bool publicShop; late final String shopImage; Shop({required this.shopObject}){ assert(shopObject != null, 'shop object is not nullable'); assert(shopObject['id'] != null, 'shop id i.. 2021. 6. 20. 뒷 배경에 이미지를 포함한 위젯 만들기 https://stackoverflow.com/questions/45745448/how-do-i-stretch-an-image-to-fit-the-whole-background-100-height-x-100-width Your Question contains the first step, but you need width and height. you can get the width and height of the screen. Here is a small edit //gets the screen width and height double Width = MediaQuery.of(context).size.width; double Height = MediaQuery.of(context).size.height; .. 2021. 6. 15. 이전 1 다음