PropsToForward<T extends UiProps> extension
Helper static extension methods to make forwarding props easier.
- on
-
- T
Methods
-
addPropsToForward(
{Set< Type> ? exclude, bool domOnly = false}) → PropsModifier -
Available on T, provided by the PropsToForward extension
A utility function to be used withmodifyProps
to add props excluding the keys found inexclude
. -
getPropsToForward(
{Set< Type> ? exclude, bool domOnly = false}) → Map -
Available on T, provided by the PropsToForward extension
Returns a copy of this instance's props excluding the keys found inexclude
.