onPageDetails property

VoidCallback? onPageDetails
getter/setter pair

If you want a details button to show up, this is where you write the action that should happen on 'more details'. This would be potentially showing an action sheet, or a pop up that shows information.

Implementation

VoidCallback? onPageDetails;