adjust position of points gain animation over new messages
This commit is contained in:
parent
f8020279c6
commit
3ce03ecc2f
1 changed files with 5 additions and 2 deletions
|
|
@ -474,9 +474,12 @@ class ChatView extends StatelessWidget {
|
||||||
),
|
),
|
||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
const PointsGainedAnimation(
|
PointsGainedAnimation(
|
||||||
gainColor: Colors.blue,
|
gainColor: Theme.of(context)
|
||||||
|
.colorScheme
|
||||||
|
.onPrimary,
|
||||||
),
|
),
|
||||||
|
const SizedBox(width: 100),
|
||||||
ChatFloatingActionButton(
|
ChatFloatingActionButton(
|
||||||
controller: controller,
|
controller: controller,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue