Skip to content

Commit

Permalink
Fixed issue of 'toolbarView' required in KeyboardToolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
kish10 committed Sep 18, 2021
1 parent 21a2230 commit 40820e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/keyboard_toolbar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class KeyboardToolbar extends StatefulWidget {

const KeyboardToolbar({
required this.child,
required this.toolbarViewBuilder
this.toolbarViewBuilder
});

static KeyboardToolbarState of(BuildContext context) {
Expand Down

0 comments on commit 40820e4

Please sign in to comment.