boxShadow property

List<BoxShadow> get boxShadow

Implementation

List<BoxShadow> get boxShadow => [
      BoxShadow(
        color: shadowColor,
        blurRadius: blurRadius,
      ),
    ];