onTapped property Null safety

ValueChanged<Statement> onTapped
final

Stores if user tapped on this StatementCard and notifies the navigation.

Implementation

final ValueChanged<Statement> onTapped;