getShadow method

List<BoxShadow>? getShadow()

Implementation

List<BoxShadow>? getShadow() {
  return _shadow;
}