suffix property

FormAffixStyle? suffix
final

A widget that is placed after the form.

Priority is given to this one, and if there is a Null element, FormStyle.suffix will be applied.

フォームの後に配置されるウィジェット。

優先的にこちらが表示され、Nullの要素がある場合はFormStyle.suffixが適用されます。

Implementation

final FormAffixStyle? suffix;