CpuInfoPage constructor

CpuInfoPage({
  1. Key? key,
  2. Widget? child,
  3. Platform platform = const LocalPlatform(),
})

Implementation

CpuInfoPage({Key? key, this.child, this.platform = const LocalPlatform()})
    : super(key: key);