outerShadow3Xl property
Implementation
T get outerShadow3Xl => _addShadow(shadows: <BoxShadow>[
const BoxShadow(
offset: Offset(0, 35),
blurRadius: 60,
spreadRadius: -15,
color: Color.fromRGBO(0, 0, 0, 0.3),
),
]);