custom toast kotlin
//Add build.gradle module app
implementation 'io.github.muddz:styleabletoast:2.4.0'
//And just use like this
StyleableToast.makeText(applicationContext,
"Bulunduğunuz bölgede IPV6 Kullanılmıyor !",
Toast.LENGTH_LONG,
R.style.toastinfo
).show();