MyHomePage constructor

MyHomePage({
  1. required String path,
  2. Key? key,
  3. required Color IconBackGroundColor,
})

Implementation

MyHomePage(
    {required this.path, super.key, required this.IconBackGroundColor});