SortButtonView constructor Null safety

const SortButtonView(
  1. {Key? key}
)

Implementation

const SortButtonView({Key? key})
    : super(key: key);