Inflate
class Inflate<T : ViewBinding>(val fn: (LayoutInflater, ViewGroup?, Boolean) -> T) : BaseFragment.BindingCreator<T> (source)
Use the standard inflate() method for creating the binding.
Parameters
fn
Lambda that inflates the binding.
Use the standard inflate() method for creating the binding.
Lambda that inflates the binding.