MyPlaygroundApp constructor

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

Implementation

const MyPlaygroundApp({
  super.key,
});