SnackBar( behavior: SnackBarBehavior.floating, margin: EdgeInsets.only(bottom: 100.0), content: Text("Hello World!"), );