UpvoteBottomSheet constructor
const
UpvoteBottomSheet({
- Key? key,
- required HiveFlutterKitPlatform hfk,
- required String author,
- required String permlink,
- required String currentUser,
- dynamic onVoted()?,
- VoidCallback? onClickUpvote,
Implementation
const UpvoteBottomSheet({
super.key,
required this.hfk,
required this.author,
required this.permlink,
required this.currentUser,
this.onVoted,
this.onClickUpvote,
});