ExampleWidget<T> constructor
const
ExampleWidget<T> ({
- required String name,
Implementation
const ExampleWidget({
required this.name,
});
const ExampleWidget({
required this.name,
});