WaterDropMaterialHeader constructor
const
WaterDropMaterialHeader({})
Implementation
const WaterDropMaterialHeader({
Key? key,
String? semanticsLabel,
double distance: 60.0,
double offset: 0,
String? semanticsValue,
Color color: Colors.white,
Color? backgroundColor,
}) : super(
key: key,
height: 80.0,
color: color,
distance: distance,
offset: offset,
backgroundColor: backgroundColor,
semanticsValue: semanticsValue,
semanticsLabel: semanticsLabel);