MaterialClassicHeader constructor
const
MaterialClassicHeader({})
构造函数
Implementation
const MaterialClassicHeader({
super.key,
super.height = 80.0,
this.semanticsLabel,
this.semanticsValue,
this.color,
this.distance = 50.0,
this.backgroundColor,
super.offset,
}) : super(
refreshStyle: RefreshStyle.front,
);