hintColor function

Color hintColor(
  1. BuildContext context
)

Implementation

Color hintColor(BuildContext context) {
  return Theme.of(context).hintColor;
}