ChatsListStyle constructor

const ChatsListStyle({
  1. ScrollPhysics? physics,
  2. EdgeInsetsGeometry? padding,
})

Implementation

const ChatsListStyle({this.physics, this.padding});