padding property

EdgeInsetsGeometry? padding
final

Padding around the visible portion of the DateTimeField widget.

As the padding increases, the size of the DropdownButton will also increase. The padding is included in the clickable area of the dropdown widget, so this can make the widget easier to click.

Implementation

final EdgeInsetsGeometry? padding;