StatelessComponent constructor

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

Implementation

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