appDialogConfig
fun appDialogConfig(context: Context, @LayoutRes layoutId: Int = R.layout.app_dialog, block: AppDialogConfig.() -> Unit): AppDialogConfig
DSL
fun Context.appDialogConfig(@LayoutRes layoutId: Int = R.layout.app_dialog, block: AppDialogConfig.() -> Unit): AppDialogConfig
fun Fragment.appDialogConfig(@LayoutRes layoutId: Int = R.layout.app_dialog, block: AppDialogConfig.() -> Unit): AppDialogConfig
扩展DSL