padding property

EdgeInsets padding
final

The padding to be applied inside the Flipper.

Defaults to:

const EdgeInsets.symmetric(vertical: 8, horizontal: 12)

Implementation

final EdgeInsets padding;