ViewDetailsButton constructor

const ViewDetailsButton({
  1. Key? key,
  2. required VoidCallback onTap,
  3. required bool isExpanded,
  4. bool showIcon = true,
})

Implementation

const ViewDetailsButton({super.key,
  required this.onTap,
  required this.isExpanded,
  this.showIcon = true,
});