menu
website
widgets/blocks/box_shadow.dart
BoxShadowWidget
BoxShadowWidget const constructor
BoxShadowWidget
dark_mode
light_mode
BoxShadowWidget
constructor
const
BoxShadowWidget
(
{
Key
?
key
,
required
Widget
child
}
)
Implementation
const BoxShadowWidget({ super.key, required this.child, });
website
box_shadow
BoxShadowWidget
BoxShadowWidget const constructor
BoxShadowWidget class