PlatformViewAdapter constructor
const
PlatformViewAdapter({
- Key? key,
- required Widget mobile,
- required Widget desk,
- ViewAdapterType type = ViewAdapterType.width,
Implementation
const PlatformViewAdapter({
super.key,
required this.mobile,
required this.desk,
this.type = ViewAdapterType.width,
});