MaterialHeaderWidget constructor

const MaterialHeaderWidget({
  1. Key? key,
  2. required double displacement,
  3. Animation<Color?>? valueColor,
  4. Color? backgroundColor,
  5. required LinkHeaderNotifier linkNotifier,
})

Implementation

const MaterialHeaderWidget({
  Key? key,
  required this.displacement,
  this.valueColor,
  this.backgroundColor,
  required this.linkNotifier,
}) : super(key: key);