prefix property
final
A prefix shown before the child.
If this is not null, rounded or rectangular must be true. If filled is true, this must be null.
Implementation
final Widget? prefix;
A prefix shown before the child.
If this is not null, rounded or rectangular must be true. If filled is true, this must be null.
final Widget? prefix;