menu
flutter_ui_kit_theme package
documentation
widgets/ds_surface.dart
DsSurface
shadow property
shadow property
dark_mode
light_mode
shadow
property
List
<
BoxShadow
>
?
shadow
final
Optional box shadow. Prefer using
ColorScheme.shadow
for the color.
Implementation
final List<BoxShadow>? shadow;
flutter_ui_kit_theme package
documentation
widgets/ds_surface
DsSurface
shadow property
DsSurface class