AppSizer constructor

const AppSizer({
  1. Key? key,
  2. Widget? child,
  3. bool rebuildTree = true,
})

Implementation

const AppSizer({Key? key, this.child, this.rebuildTree = true})
    : super(key: key);