BackHintConfig constructor

BackHintConfig({
  1. required Color contentColor,
})

Implementation

BackHintConfig({
  required this.contentColor,
});