ViewDetailsButton constructor
- Key? key,
- required VoidCallback onTap,
- required bool isExpanded,
- bool showIcon = true,
Implementation
const ViewDetailsButton({super.key,
required this.onTap,
required this.isExpanded,
this.showIcon = true,
});
const ViewDetailsButton({super.key,
required this.onTap,
required this.isExpanded,
this.showIcon = true,
});