factory PanelCard.noShadow({Key? key, required Widget child}) { return PanelCard(key: key, shadowOpacity: 0, child: child); }