padding property

EdgeInsetsGeometry? padding
getter/setter pair

Empty space to inscribe inside the buttonsAreaDecoration. The menu area, if any, is placed inside this padding.

This padding is in addition to any padding inherent in the buttonsAreaDecoration; see Decoration.padding.

Implementation

EdgeInsetsGeometry? padding;