ViewAllButton constructor
const
ViewAllButton({
- Key? key,
- String title = 'View All',
- VoidCallback? onPressed,
Implementation
const ViewAllButton({Key? key, this.title = 'View All', this.onPressed})
: super(key: key);