themeDirectory property
String
get
themeDirectory
Directory under hicolor this icon installs into.
Implementation
String get themeDirectory => size == 0 ? 'scalable' : '${size}x$size';
Directory under hicolor this icon installs into.
String get themeDirectory => size == 0 ? 'scalable' : '${size}x$size';