customShadows property

List<BoxShadow> customShadows
final

Set a custom list of BoxShadow defaults to const BoxShadow(color: const Color(0x45222222), blurRadius: 8, spreadRadius: 2),

Implementation

final List<BoxShadow> customShadows;