UnreadHeaderData constructor

const UnreadHeaderData({
  1. double? marginTop,
})

Implementation

const UnreadHeaderData({
  this.marginTop,
});