TDDialogButtonOptions constructor
TDDialogButtonOptions({
- required String title,
- required dynamic action(),
- Color? titleColor,
- TDButtonStyle? style,
- TDButtonType? type,
- TDButtonTheme? theme,
- double? height,
- FontWeight? fontWeight,
Implementation
TDDialogButtonOptions({
required this.title,
required this.action,
this.titleColor,
this.style,
this.type,
this.theme,
this.height,
this.fontWeight,
});