bodyPadding property
Custom padding of the popover body container.
If not specified, defaults to EdgeInsets.symmetric(horizontal: 16.0, vertical: 12.0).
Implementation
final EdgeInsets? bodyPadding;
Custom padding of the popover body container.
If not specified, defaults to EdgeInsets.symmetric(horizontal: 16.0, vertical: 12.0).
final EdgeInsets? bodyPadding;