InnerShadow constructor
Implementation
const InnerShadow({
super.key,
this.blur = 10,
this.color = Colors.black54,
this.offset = const Offset(10, 10),
super.child,
});
const InnerShadow({
super.key,
this.blur = 10,
this.color = Colors.black54,
this.offset = const Offset(10, 10),
super.child,
});