ActionIconTheme constructor
- Key? key,
- required ActionIconThemeData data,
- required Widget child,
Creates a theme that overrides the default icon of BackButtonIcon, CloseButtonIcon, DrawerButtonIcon, and EndDrawerButtonIcon in this widget's subtree.
Implementation
const ActionIconTheme({super.key, required this.data, required super.child});