resolveForegroundColor method

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

Implementation

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