/// work for close dialogue button // Row( // mainAxisAlignment: MainAxisAlignment.end, // children: [ // Container( // height: 30, // width: 30, // decoration: BoxDecoration( // borderRadius: BorderRadius.circular(1000), // color: Colors.grey[350], // // boxShadow: shadows, // ), // child: MaterialButton( // onPressed: () { // Navigator.of(context).pop(); // }, // splashColor: Colors.grey[400], // shape: RoundedRectangleBorder( // borderRadius: BorderRadius.circular(1000), // ), // padding: EdgeInsets.all(2.0), // child: SvgPicture.asset( // Assets.svg.x, // // height: , // // width: 35, // color: Colors.grey[700], // ), // ), // ), // ], // ),