OverviewView constructor

const OverviewView({
  1. Key? key,
})

Implementation

const OverviewView({Key? key}) : super(key: key);