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