localizations property

PreviewLocalizations? localizations
final

A callback to return a localization configuration to be applied to the previewed Widget.

Note: this must be a reference to a static, public function defined as either a top-level function or static member in a class.

Implementation

final PreviewLocalizations? localizations;