bs top-level property

List<BoxShadow> bs
getter/setter pair

Implementation

var bs = [
  BoxShadow(color: Colors.grey.withAlpha(30), blurRadius: 5, spreadRadius: 5),
];