prefix property

FormAffixStyle? prefix
final

A widget that is placed in front of the form.

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

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

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

Implementation

final FormAffixStyle? prefix;