Skip to content

Commit

Permalink
updated screenshot and fixed text label
Browse files Browse the repository at this point in the history
  • Loading branch information
lively-bigyan committed Dec 24, 2021
1 parent 76cc17d commit 3481577
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widgets/_mode_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ List<ModeData> paintModes(TextDelegate textDelegate) => [
ModeData(
icon: Icons.text_format,
mode: PaintMode.text,
label: textDelegate.arrow),
label: textDelegate.text),
];

@immutable
Expand Down
Binary file modified screenshots/image_painter_sample.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3481577

Please sign in to comment.