static IconData iconData( String iconName, { IconData defaultIconData = FontAwesomeIcons.solidCircle, }) => data[iconName] ?? defaultIconData;