SwitchHint constructor

SwitchHint({
  1. required String content,
  2. required String actionkeyText,
  3. required VoidCallback executeCall,
  4. TextStyle? titleStyle,
  5. TextStyle? contentStyle,
  6. TextStyle? comfirmStyle,
  7. TextStyle? cancelStyle,
  8. Color? checkColor,
})

Implementation

SwitchHint({required this.content,required this.actionkeyText,required this.executeCall ,this.titleStyle,
  this.contentStyle,
  this.comfirmStyle,
  this.cancelStyle,
  this.checkColor
});