GenUiTraceView constructor
const
GenUiTraceView({
- Key? key,
- required GenUiTracePlayer player,
- String? surfaceId,
Creates a GenUiTraceView.
Implementation
const GenUiTraceView({super.key, required this.player, this.surfaceId});