buildSettingsHeaderIcon method

  1. @override
Widget buildSettingsHeaderIcon(
  1. BuildContext context
)
override

Builds the header icons that will be used to change the theme of the application.

Implementation

@override
Widget buildSettingsHeaderIcon(BuildContext context) {
  return Center(child: buildIcon());
}