ExampleWidget<T> constructor

const ExampleWidget<T>({
  1. required String name,
})

Implementation

const ExampleWidget({
  required this.name,
});