TraceableStatefulWidget constructor

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

Implementation

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