getSelectedColor function

Color getSelectedColor(
  1. Set<MaterialState> states
)

Implementation

Color getSelectedColor(Set<MaterialState> states) {
  return const Color(0xFF8bdf67);
}