AsPlatformProvider constructor
const
AsPlatformProvider({
- required PlatformType platformType,
- required Widget child,
- Key? key,
Creates a platform provider.
Implementation
const AsPlatformProvider({
required this.platformType,
required super.child,
super.key,
});