
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
padding 으로 wrap시도시 아래와 같은 디버그 문구가 뜨고 에뮬에 반영이 안되네요...
코딩은 강의 그대로 했습니다.

작성한 코드 및 에러 메세지
: Error: Dart library 'dart:js_interop' is not available on this platform.
import 'dart:js_interop';
^
Context: The unavailable library 'dart:js_interop' is imported through these packages:
package:hello_flutter2 => dart:js_interop
Detailed import paths for (some of) the these imports:
package:hello_flutter2/main.dart => dart:js_interop
