MaterialClassicHeader constructor
const
MaterialClassicHeader({})
Implementation
const MaterialClassicHeader({
Key? key,
double height = 80.0,
this.semanticsLabel,
this.semanticsValue,
this.color,
double offset = 0,
this.distance = 50.0,
this.backgroundColor,
}) : super(
key: key,
refreshStyle: RefreshStyle.Front,
offset: offset,
height: height,
);