soft constant

List<BoxShadow> const soft

Implementation

static const soft = [
  BoxShadow(color: Colors.black12, blurRadius: 8, offset: Offset(0, 2)),
];