PropsModifier typedef
PropsModifier =
dynamic Function(Map props)
Enforces that a function take a single parameter of type Map.
Used in UiProps.modifyProps.
Implementation
typedef PropsModifier(Map props);
Enforces that a function take a single parameter of type Map.
Used in UiProps.modifyProps.
typedef PropsModifier(Map props);