FInnerShadow constructor
FInnerShadow({})
Implementation
FInnerShadow({
Key? key,
this.blur = 10,
this.color = FInnerShadowColor,
this.offset = FInnerShadowOffset,
Widget? child,
}) : super(key: key, child: child);