shadow property
The shadow of the box. The shadow can be an object
configuration containing color
, offsetX
, offsetY
,
opacity
and width
.
Implementation
Map<String, dynamic>? shadow;
The shadow of the box. The shadow can be an object
configuration containing color
, offsetX
, offsetY
,
opacity
and width
.
Map<String, dynamic>? shadow;