DefaultStreamImageSourceBadge constructor

const DefaultStreamImageSourceBadge({
  1. Key? key,
  2. required StreamImageSourceBadgeProps props,
})

Creates a default source badge with the given props.

Implementation

const DefaultStreamImageSourceBadge({super.key, required this.props});