padding property

EdgeInsets? padding
final

The amount of space to surround each carousel item with.

Defaults to EdgeInsets.all(4.0).

Implementation

final EdgeInsets? padding;