padding property

EdgeInsetsGeometry? padding
final

The padding around the content of the select input.

Defaults to EdgeInsets.symmetric(horizontal: 12, vertical: 8).

Implementation

final EdgeInsetsGeometry? padding;