fillWhiteA property

BoxDecoration get fillWhiteA

Implementation

static BoxDecoration get fillWhiteA => BoxDecoration(
      color: appTheme.whiteA700.withOpacity(0.2),
      borderRadius: BorderRadius.circular(14.h),
    );