TF-1487 Apply linter rule

This commit is contained in:
dab246
2023-02-24 12:12:54 +07:00
committed by Dat Vu
parent 117a8a8fc6
commit 2b71aba278
155 changed files with 798 additions and 1039 deletions
@@ -13,7 +13,6 @@ class LoginTextInputBuilder {
Key? _key;
String? _title;
String? _hintText;
String? _labelText;
String? _prefixText;
SetErrorString? _setErrorString;
String? _errorText;
@@ -44,7 +43,6 @@ class LoginTextInputBuilder {
}
void labelText(String? labelText) {
_labelText = labelText;
}
void prefixText(String? prefixText) {