resolveBackgroundColor method

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

Implementation

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