shadows property

List<BoxShadow>? get shadows
inherited

shadow

Implementation

List<BoxShadow>? get shadows => $get(#shadow);
set shadows (List<BoxShadow>? shadows)
inherited

Implementation

set shadows(List<BoxShadow>? shadows) => $set(#shadow, shadows);