FixedPinnedHeader constructor

const FixedPinnedHeader({
  1. required double fixedHeight,
  2. required Widget child,
})

Implementation

const FixedPinnedHeader({required this.fixedHeight, required this.child});