shadows property

List<BoxShadow>? shadows
inherited

shadow

Implementation

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

Implementation

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