appendAvatarPadding property

bool appendAvatarPadding
final

Indicator whether this ChatForwardWidget should append a left padding in place of AvatarWidget of user.

When an withAvatar is true, the padding is always applied automatically. Otherwise setting this to true appends the padding as if there's invisible AvatarWidget present.

Implementation

final bool appendAvatarPadding;