padding property
The padding to be applied inside the Flipper.
Defaults to:
const EdgeInsets.symmetric(vertical: 8, horizontal: 12)
Implementation
final EdgeInsets padding;
The padding to be applied inside the Flipper.
Defaults to:
const EdgeInsets.symmetric(vertical: 8, horizontal: 12)
final EdgeInsets padding;