error property
final
Optional widget that appears below the InputDecorator.child and the border.
If non-null, the border's color animates to red and the helperText is not shown.
Implementation
final Widget? error;
Optional widget that appears below the InputDecorator.child and the border.
If non-null, the border's color animates to red and the helperText is not shown.
final Widget? error;