padding property

EdgeInsets? padding
final

The padding of the sidebar.

Defaults to EdgeInsets.symmetric(vertical: 5, horizontal: 6).

Implementation

final EdgeInsets? padding;