bodyPadding property

EdgeInsets get bodyPadding

Implementation

EdgeInsets get bodyPadding => const EdgeInsets.only(
      left: 16,
      right: 16,
    );