Skip to content

Commit

Permalink
dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
yatatsu committed Dec 18, 2024
1 parent 8ec9bc1 commit 1a0a2c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/src/payjp.dart
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,10 @@ class Payjp {
'inputTextColor': inputTextColor?.value, // ignore: deprecated_member_use
'errorTextColor': errorTextColor?.value, // ignore: deprecated_member_use
'tintColor': tintColor?.value, // ignore: deprecated_member_use
'inputFieldBackgroundColor': inputFieldBackgroundColor?.value, // ignore: deprecated_member_use
'submitButtonColor': submitButtonColor?.value, // ignore: deprecated_member_use
'inputFieldBackgroundColor':
inputFieldBackgroundColor?.value, // ignore: deprecated_member_use
'submitButtonColor':
submitButtonColor?.value, // ignore: deprecated_member_use
'highlightColor': highlightColor?.value, // ignore: deprecated_member_use
};
await channel.invokeMethod('setFormStyle', params);
Expand Down

0 comments on commit 1a0a2c9

Please sign in to comment.