Image Widget을 비롯한 영역을 채울 때 사용하는 BoxFit 에 대한 포스팅이다. 사용방법은 다음과 같습니다. Image.asset( 'assets/img/image_$x.jpeg', fit: BoxFit.fill, ), Constants values → const ListA constant List of the values in this enum, in order of their declaration. BoxFit의 values에는 아래와 같이 7개의 상수값이 있습니다. 이제 그 특징에 대해 알아봅시다. [fill, contain, cover, fitWidth, fitHeight, none, scaleDown] Values 1) fill → const BoxFit Fill the target ..