Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 734986a

Browse files
authored
Merge pull request #383 from IIzzaya/dev
[Fix] InputDecoration prefix & suffix
2 parents 1dd2b77 + ed629fa commit 734986a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Runtime/material/input_decorator.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,8 +2102,12 @@ public InputDecoration(
21022102
this.hasFloatingPlaceholder = hasFloatingPlaceholder;
21032103
this.isDense = isDense;
21042104
this.contentPadding = contentPadding;
2105+
this.prefix = prefix;
2106+
this.prefixText = prefixText;
21052107
this.prefixIcon = prefixIcon;
21062108
this.prefixStyle = prefixStyle;
2109+
this.suffix = suffix;
2110+
this.suffixText = suffixText;
21072111
this.suffixIcon = suffixIcon;
21082112
this.suffixStyle = suffixStyle;
21092113
this.counter = counter;

0 commit comments

Comments
 (0)