|
|
@ -34,7 +34,7 @@ class TypingIndicators extends StatelessWidget {
|
|
|
|
alignment: Alignment.center,
|
|
|
|
alignment: Alignment.center,
|
|
|
|
child: AnimatedContainer(
|
|
|
|
child: AnimatedContainer(
|
|
|
|
constraints:
|
|
|
|
constraints:
|
|
|
|
const BoxConstraints(maxWidth: FluffyThemes.columnWidth * 2.5),
|
|
|
|
const BoxConstraints(maxWidth: FluffyThemes.maxTimelineWidth),
|
|
|
|
height: typingUsers.isEmpty ? 0 : avatarSize + 8,
|
|
|
|
height: typingUsers.isEmpty ? 0 : avatarSize + 8,
|
|
|
|
duration: FluffyThemes.animationDuration,
|
|
|
|
duration: FluffyThemes.animationDuration,
|
|
|
|
curve: FluffyThemes.animationCurve,
|
|
|
|
curve: FluffyThemes.animationCurve,
|
|
|
|