import 'package:flutter/material.dart'; final shadow8 = BoxShadow( offset: Offset(0, 4), blurRadius: 8, color: Colors.black.withOpacity(.08), );