FcSortButton constructor
const
FcSortButton({
- Key? key,
- required Callback<
FcSortOrder?> onPressed, - String text = '',
- bool hasSort = true,
- bool highlight = false,
- FcSortOrder? order,
Implementation
const FcSortButton({
Key? key,
required this.onPressed,
this.text = '',
this.hasSort = true,
this.highlight = false,
this.order
}) : super(key: key);