ElevatedBox constructor
const
ElevatedBox({})
Implementation
const ElevatedBox({
required this.child,
this.elevation = 1,
this.offset = Offset.zero,
this.shadowColor = const Color(0x33000000),
this.decoration = const BoxDecoration(),
this.border,
super.key,
});