modeIcon property

IconData modeIcon

Return the icon represent to the current theme mode

Implementation

IconData get modeIcon {
  return modeIcons[mode]!;
}