MessageStyle constructor

const MessageStyle({
  1. EdgeInsets padding = EdgeInsets.zero,
  2. ScrollPhysics? physics,
  3. double avatarWidth = 48.0,
  4. Color? selectionColor,
  5. AvatarBehaviour avatarBehaviour = AvatarBehaviour.alwaysBottom,
})

Implementation

const MessageStyle(
    {this.padding = EdgeInsets.zero,
    this.physics,
    this.avatarWidth = 48.0,
    this.selectionColor,
    this.avatarBehaviour = AvatarBehaviour.alwaysBottom});