prefixInsets property Null safety
final
Sets the padding insets for the suffix.
Cannot be null. Defaults to padding that replicates the
UISearchTextField
suffix look. The inset values were determined using
the comparison tool in https://github.com/flutter/platform_tests/.
Implementation
final EdgeInsetsGeometry prefixInsets;