Preview constructor
const
Preview({
- Key? key,
- required WidgetBuilder builder,
- String? title,
- double? width,
- double? height,
- BoxConstraints? constraints,
- Device? device,
Implementation
const Preview({
Key? key,
required this.builder,
this.title,
this.width,
this.height,
this.constraints,
this.device,
}) : super(key: key);