shakingBox static method

Decoration shakingBox()

Implementation

static Decoration shakingBox() => BoxDecoration(
      color: Colors.grey.shade300,
      border: Border.all(
        width: 0.2,
        color: Colors.grey.shade400,
      ),
    );