childPadding method

EdgeInsetsGeometry childPadding()

Returns the padding value of the child widget in the badge widget ZeroBadge

Implementation

EdgeInsetsGeometry childPadding() => const EdgeInsets.all(12);