SizeConfig constructor

const SizeConfig({
  1. String? nativePackage,
  2. String? nativeEntry,
  3. String? nativeArch,
  4. String? webWith,
  5. String? webWithout,
})

Implementation

const SizeConfig({this.nativePackage, this.nativeEntry, this.nativeArch,
    this.webWith, this.webWithout});