boxShadow property

List<BoxShadow>? get boxShadow

Implementation

List<BoxShadow>? get boxShadow => shadow != null ? [BoxShadow(color: shadow!, blurRadius: 12, spreadRadius: 2)] : null;