appBoxShadow top-level property

dynamic get appBoxShadow

Implementation

get appBoxShadow => [
      BoxShadow(
        color: appColors.text.withOpacity(0.06),
        blurRadius: 4,
        spreadRadius: 0,
      )
    ];