shadowModel static method

ShadowModel shadowModel()

Implementation

static ShadowModel shadowModel() {
  var shadowModel = ShadowModel(
      color: EliudColors.gray,
      offsetDX: 4,
      offsetDY: 3,
      spreadRadius: 7,
      blurRadius: 7);
  return shadowModel;
}