outerShadow2Xl property

VxBox outerShadow2Xl
inherited

Implementation

T get outerShadow2Xl => _addShadow(shadows: <BoxShadow>[
      const BoxShadow(
        offset: Offset(0, 25),
        blurRadius: 50,
        spreadRadius: -12,
        color: Color.fromRGBO(0, 0, 0, 0.25),
      ),
    ]);