728x90 반응형 박스 사용법1 2021.12.28_03.박스잘그려야앱잘만듦 1. 내가 한것 import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return MaterialApp( home: Scaffold( appBar: AppBar(title: Text('앱임'),), body: Container(child: Text('안녕'),), bottomNavigationBar: Row( mainAx.. 2021. 12. 28. 이전 1 다음 728x90 반응형