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),