CustomLayoutDelegate constructor

CustomLayoutDelegate({
  1. double? progress,
  2. double? height,
})

Implementation

CustomLayoutDelegate({
  this.progress,
  this.height,
});