[Flutter] SizedOverflowBox class 정리
·
💧 flutter
SizedOverflowBox class overflowBox와 비슷한 역할을 한다. overflowBox와 다른 점은 constraint를 따로 설정하지 않고 이전에 설정된 parent의 constraint를 전달한다. SizedOverflowBox를 사용하면 parent로부터 전달된 constraint를 벗어난 box를 그릴 수 있다는 것이다. example) out put)