buildSettingsHeaderIcon method
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());
}
Builds the header icons that will be used to change the theme of the application.
@override
Widget buildSettingsHeaderIcon(BuildContext context) {
return Center(child: buildIcon());
}