actionsPadding property

EdgeInsetsGeometry? get actionsPadding

Overrides the default value for AlertDialog.actionsPadding.

This property is obsolete and will be deprecated in a future release: please use the DialogThemeData.actionsPadding property in data instead.

Implementation

EdgeInsetsGeometry? get actionsPadding => _data != null ? _data.actionsPadding : _actionsPadding;