giffyPadding property

EdgeInsetsGeometry? giffyPadding
final

Padding around the giffy.

This property defaults to providing 24 pixels on the top, left, and right of the giffy. If title is not null, 16 pixels of bottom padding is added to separate the giffy from the title. If the title is null and content is not null, then no bottom padding is provided (but see contentPadding). In any other case 24 pixels of bottom padding is added.

Implementation

final EdgeInsetsGeometry? giffyPadding;