MultiWidgetSnapshot<W extends Widget> typedef

  1. @Deprecated('Use WidgetSnapshot')
MultiWidgetSnapshot<W extends Widget> = WidgetSnapshot<W>

A type alias for a snapshot that can contain multiple widgets.

Implementation

@Deprecated('Use WidgetSnapshot')
typedef MultiWidgetSnapshot<W extends Widget> = WidgetSnapshot<W>;