chat screen
This commit is contained in:
@@ -27,19 +27,6 @@ class UserViewProfileScreen extends StatelessWidget {
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
// Container(
|
||||
// decoration: BoxDecoration(
|
||||
// gradient: LinearGradient(
|
||||
// colors: [
|
||||
// Colors.blue.withOpacity(1),
|
||||
// Colors.blue.withOpacity(0),
|
||||
// Colors.blue.withOpacity(0),
|
||||
// ],
|
||||
// begin: Alignment.bottomCenter,
|
||||
// end: Alignment.topCenter,
|
||||
// ),
|
||||
// ),
|
||||
}
|
||||
|
||||
Stack buildTop() {
|
||||
|
||||
Reference in New Issue
Block a user