resolveShadowColor method

Color? resolveShadowColor(
  1. Set<MaterialState> states
)
inherited

Implementation

Color? resolveShadowColor(Set<MaterialState> states) {
  return null;
}