UXPWidget constructor
const
UXPWidget({})
Implementation
const UXPWidget({
Key? key,
required this.props,
this.inHomeTap = true,
this.fullScreen = false,
this.takeFullScreenWidth = false,
this.aspectRatio,
}) : super(key: key);