getHintColor method

Color getHintColor(
  1. BuildContext context
)

Implementation

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