FriendAppBarComponent constructor

const FriendAppBarComponent(
  1. {Key? key,
  2. String? hintText,
  3. String? suffix,
  4. dynamic onSortTap(
      )?,
    1. bool isFromFeed = false}
    )

    Implementation

    const FriendAppBarComponent(
        {super.key,
        this.hintText,
        this.suffix,
        this.onSortTap,
        this.isFromFeed = false});