actionsPadding property

EdgeInsetsGeometry? get actionsPadding

Overrides the default value of AppBar.actionsPadding property in all descendant AppBar widgets.

Implementation

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