PlatformWidget constructor

PlatformWidget({
  1. Key? key,
  2. PlatformBuilder<Widget?>? cupertino,
  3. PlatformBuilder<Widget?>? material,
})

Implementation

PlatformWidget({
  super.key,
  this.cupertino,
  this.material,
});