thin property

List<BoxShadow> thin

Gives custom thin shadow

Implementation

static List<BoxShadow> get thin => _copyWith(
      color: FxColor.dark.withAlpha(10),
      blurRadius: 6.0,
      offset: const Offset(0.0, 3.0),
    );