|
|
@ -376,12 +376,15 @@ class ChatView extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
if (controller.room.canSendDefaultMessages &&
|
|
|
|
if (controller.room.canSendDefaultMessages &&
|
|
|
|
controller.room.membership == Membership.join)
|
|
|
|
controller.room.membership == Membership.join)
|
|
|
|
Padding(
|
|
|
|
Container(
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
bottom: bottomSheetPadding,
|
|
|
|
bottom: bottomSheetPadding,
|
|
|
|
left: bottomSheetPadding,
|
|
|
|
left: bottomSheetPadding,
|
|
|
|
right: bottomSheetPadding,
|
|
|
|
right: bottomSheetPadding,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
constraints: const BoxConstraints(
|
|
|
|
|
|
|
|
maxWidth: FluffyThemes.columnWidth * 2.5),
|
|
|
|
|
|
|
|
alignment: Alignment.center,
|
|
|
|
child: Material(
|
|
|
|
child: Material(
|
|
|
|
borderRadius: const BorderRadius.only(
|
|
|
|
borderRadius: const BorderRadius.only(
|
|
|
|
bottomLeft: Radius.circular(AppConfig.borderRadius),
|
|
|
|
bottomLeft: Radius.circular(AppConfig.borderRadius),
|
|
|
|