StatelessWidget constructor

StatelessWidget({
  1. Key? key,
})

Creates a stateless widget.

Implementation

StatelessWidget({super.key});