TagsSearchWidget constructor

const TagsSearchWidget(
  1. {Key? key,
  2. List<Tag?> tags = const []}
)

Implementation

const TagsSearchWidget({super.key, this.tags = const []});