mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-02-22 19:15:27 +00:00
dart fix --apply --code=use_function_type_syntax_for_parameters
This commit is contained in:
parent
858f4125ba
commit
f17c6469cb
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class IPTextInputFormatter extends TextInputFormatter {
|
|||
|
||||
TextEditingValue _selectionAwareTextManipulation(
|
||||
TextEditingValue value,
|
||||
String substringManipulation(String substring),
|
||||
String Function(String substring) substringManipulation,
|
||||
) {
|
||||
final int selectionStartIndex = value.selection.start;
|
||||
final int selectionEndIndex = value.selection.end;
|
||||
|
|
Loading…
Reference in a new issue