FeedActionButton constructor

const FeedActionButton({
  1. Key? key,
  2. required Action action,
})

Implementation

const FeedActionButton({super.key, required this.action});