iconsOuterPadding property

EdgeInsetsGeometry iconsOuterPadding
getter/setter pair

Defines the outer padding of the sort and filter icon's container. We need to consider this padding to measure the auto-width and height calculation.

Implementation

EdgeInsetsGeometry iconsOuterPadding =
    const EdgeInsets.symmetric(horizontal: 4.0);