thik property

List<BoxShadow> thik

Gives custom thik shadow

Implementation

static List<BoxShadow> get thik => _copyWith(
      color: const Color(0xFF000000).withAlpha(60),
      blurRadius: 6.0,
      offset: const Offset(1.0, 3.0),
    );