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
A utility function to be used with modifyProps to add props excluding the keys found in exclude.
getPropsToForward({Set<Type>? exclude, bool domOnly = false}) Map
Returns a copy of this instance's props excluding the keys found in exclude.