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(
|
||||
children: [
|
||||
const PointsGainedAnimation(
|
||||
gainColor: Colors.blue,
|
||||
PointsGainedAnimation(
|
||||
gainColor: Theme.of(context)
|
||||
.colorScheme
|
||||
.onPrimary,
|
||||
),
|
||||
const SizedBox(width: 100),
|
||||
ChatFloatingActionButton(
|
||||
controller: controller,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue