IconsTuneEditor class

A configuration class for defining icons used in the Tune Editor.

This class holds the IconData for various tune adjustment options, including brightness, contrast, saturation, exposure, and more.

Constructors

IconsTuneEditor({IconData bottomNavBar = Icons.tune_rounded, IconData brightness = Icons.brightness_4_outlined, IconData contrast = Icons.contrast, IconData saturation = Icons.water_drop_outlined, IconData exposure = Icons.exposure, IconData hue = Icons.color_lens_outlined, IconData temperature = Icons.thermostat_outlined, IconData sharpness = Icons.shutter_speed, IconData fade = Icons.blur_off_outlined, IconData luminance = Icons.light_mode_outlined})
Creates an IconsTuneEditor instance with customizable icons for each tune adjustment option.
const

Properties

bottomNavBar IconData
Icon for the bottom navigation bar item that opens the Tune Editor.
final
brightness IconData
Icon for the "Brightness" adjustment control.
final
contrast IconData
Icon for the "Contrast" adjustment control.
final
exposure IconData
Icon for the "Exposure" adjustment control.
final
fade IconData
Icon for the "Fade" adjustment control.
final
hashCode int
The hash code for this object.
no setterinherited
hue IconData
Icon for the "Hue" adjustment control.
final
luminance IconData
Icon for the "Luminance" adjustment control.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saturation IconData
Icon for the "Saturation" adjustment control.
final
sharpness IconData
Icon for the "Sharpness" adjustment control.
final
temperature IconData
Icon for the "Temperature" adjustment control.
final

Methods

copyWith({IconData? bottomNavBar, IconData? brightness, IconData? contrast, IconData? saturation, IconData? exposure, IconData? hue, IconData? temperature, IconData? sharpness, IconData? fade, IconData? luminance}) IconsTuneEditor
Creates a copy of this IconsTuneEditor object with the given fields replaced with new values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited