const InnerShadow({ Key? key, this.color, this.blur, this.offset, Widget? child, }) : super(key: key, child: child);