padding property

EdgeInsetsGeometry? padding
final

The padding of the items from AnimatedTextBar.

If null, const EdgeInsets.symmetric(vertical: 8.0) is used.

Implementation

final EdgeInsetsGeometry? padding;