TraceableStatelessWidget constructor

const TraceableStatelessWidget({
  1. String name = '',
  2. String title = 'WidgetCreated',
  3. Key? key,
})

Implementation

const TraceableStatelessWidget({this.name = '', this.title = 'WidgetCreated', Key? key}) : super(key: key);