• child : 위젯에 추가 위젯을 삽입할 때 사용한다

  • children

    • 대괄호 [ ] 로 감싼다.
    bottomNavigationBar: BottomAppBar(
      child: Container( height:70 ,width: 50, color: Colors.cyan,
      child: Row(
          mainAxisAlignment: MainAxisAlignment.spaceEvenly,
        children: [
          Icon(Icons.phone),
          Icon(Icons.message),
          Icon(Icons.contact_mail),