hintPadding property

  1. @override
EdgeInsetsGeometry hintPadding
final

The multi-select field's hint padding. Defaults to EdgeInsetsDirectional.only(start: 4, top: 4, bottom: 4).

The vertical padding should typically be the same as the FMultiSelectTagStyle.padding.

Implementation

@override
final EdgeInsetsGeometry hintPadding;