|
|
@ -161,9 +161,9 @@ class UserBottomSheet extends StatelessWidget {
|
|
|
|
child: Container(
|
|
|
|
child: Container(
|
|
|
|
width: min(
|
|
|
|
width: min(
|
|
|
|
MediaQuery.of(context).size.width, FluffyThemes.columnWidth * 1.5),
|
|
|
|
MediaQuery.of(context).size.width, FluffyThemes.columnWidth * 1.5),
|
|
|
|
child: SafeArea(
|
|
|
|
child: Material(
|
|
|
|
child: Material(
|
|
|
|
elevation: 4,
|
|
|
|
elevation: 4,
|
|
|
|
child: SafeArea(
|
|
|
|
child: Scaffold(
|
|
|
|
child: Scaffold(
|
|
|
|
extendBodyBehindAppBar: true,
|
|
|
|
extendBodyBehindAppBar: true,
|
|
|
|
appBar: AppBar(
|
|
|
|
appBar: AppBar(
|
|
|
|