Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Macacoazul01 committed Feb 17, 2024
1 parent ee9d051 commit 76967ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/currency_textfield.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class CurrencyTextFieldController extends TextEditingController {
_setSelectionBy(offset: text.length);
}

///Force a value to the text controller.
///Force a value to the text controller.
void forceValue({double? initDoubleValue, int? initIntValue}) {
assert(!(initDoubleValue != null && initIntValue != null),
"You must set either 'initDoubleValue' or 'initIntValue' parameter.");
Expand Down

0 comments on commit 76967ce

Please sign in to comment.