fromDynamic static method
Static function that is capable of decoding the widget from a dynamic JSON or YAML set of values.
Implementation
static JsonSliverToBoxAdapterBuilder fromDynamic(
dynamic map, {
JsonWidgetRegistry? registry,
}) => JsonSliverToBoxAdapterBuilder(args: map);