WidgetPreview constructor
Wraps child
in a WidgetPreview instance that applies some set of
properties.
Implementation
const WidgetPreview({
required this.child,
this.name,
this.width,
this.height,
this.textScaleFactor,
});
Wraps child
in a WidgetPreview instance that applies some set of
properties.
const WidgetPreview({
required this.child,
this.name,
this.width,
this.height,
this.textScaleFactor,
});