kDefaultShadow constant

List<BoxShadow> const kDefaultShadow

The default value for shadow.

Implementation

static const kDefaultShadow = [
  BoxShadow(
    color: Color(0x61000000),
    blurRadius: 100,
  )
];