fix(ui): fix layout
This commit is contained in:
@@ -910,7 +910,7 @@ class _StreamMessageWidgetState extends State<StreamMessageWidget>
|
|||||||
|
|
||||||
children.addAll([
|
children.addAll([
|
||||||
if (showUsername)
|
if (showUsername)
|
||||||
WidgetSpan(child: Flexible(child: _buildUsername(usernameKey))),
|
WidgetSpan(child: _buildUsername(usernameKey)),
|
||||||
if (showTimeStamp)
|
if (showTimeStamp)
|
||||||
WidgetSpan(
|
WidgetSpan(
|
||||||
child: Text(
|
child: Text(
|
||||||
@@ -921,7 +921,7 @@ class _StreamMessageWidgetState extends State<StreamMessageWidget>
|
|||||||
if (showSendingIndicator)
|
if (showSendingIndicator)
|
||||||
WidgetSpan(
|
WidgetSpan(
|
||||||
child: _buildSendingIndicator(),
|
child: _buildSendingIndicator(),
|
||||||
alignment: PlaceholderAlignment.top,
|
alignment: PlaceholderAlignment.middle,
|
||||||
),
|
),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user