XHeader constructor
Implementation
const XHeader({
Key key,
this.rounded = 5,
this.blurRadius = 12,
this.offset = const Offset(0, 8),
this.spreadRadius = 0.5,
this.shadowColor = Colors.black,
this.color = Colors.white,
this.child,
this.onTap,
}) : super(key: key);