Skip to content

Commit

Permalink
Update lib/core/controllers/colored_text_editing_controller.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Prykhodko <[email protected]>
  • Loading branch information
nazarski and solid-yuriiprykhodko committed Apr 28, 2023
1 parent 24bd25d commit 096d049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/core/controllers/colored_text_editing_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class ColoredTextEditingController extends TextEditingController {

/// Generator function to create TextSpan instances
Iterable<TextSpan> _generateSpans({
// required int textLength,
TextStyle? style,
}) sync* {
int currentOffset = 0; // enter index
Expand Down

0 comments on commit 096d049

Please sign in to comment.