SecondHeaderProperties constructor
const
SecondHeaderProperties({})
Implementation
const SecondHeaderProperties({
required this.child,
this.height = 96,
this.backgroundColor = const Color.fromRGBO(224, 224, 224, 1),
this.shadowColor = const Color.fromRGBO(189, 189, 189, 1),
this.blurPx = 1,
});