Popup Menu Item Res Impl
data class PopupMenuItemResImpl(val context: Context, @StringRes val textId: Int, val action: () -> Unit) : PopupMenuItem
Implementation of PopupMenuItem that uses a string resource for the text.
Implementation of PopupMenuItem that uses a string resource for the text.