ofShadow method

List<BoxShadow>? ofShadow(
  1. String? key
)

Implementation

List<BoxShadow>? ofShadow(
  String? key,
) {
  return shadowMap[key];
}