primaryActionIconTheme property

IconThemeData primaryActionIconTheme

An action icon theme that contrasts with the primary color.

Implementation

IconThemeData get primaryActionIconTheme =>
    appBarTheme.actionsIconTheme ?? primaryIconTheme;