NormalHintDialogWidget constructor

NormalHintDialogWidget({
  1. required String content,
  2. String buttonText = '确定',
  3. required VoidCallback execute,
  4. TextStyle? contentTextStyle,
  5. TextStyle? confirmTextStyle,
  6. Color? backgroundColor,
})

Implementation

NormalHintDialogWidget({required this.content, this.buttonText='确定',required this.execute,this.contentTextStyle,this.confirmTextStyle,this.backgroundColor});