<itemvalue="initial state, stop has been called or an error occurred."/>
<itemvalue="Currently playing audio."/>
<itemvalue="Pause has been called."/>
<itemvalue="The audio successfully completed (reached the end)."/>
<itemvalue="The player has been disposed and should not be used anymore."/>
<itemvalue="MPEG-4 High Efficiency AAC (Version 2 if available) Will output to MPEG_4 format container."/>
<itemvalue="MPEG-4 AAC Enhanced Low Delay Will output to MPEG_4 format container."/>
<itemvalue="MPEG-4 AAC Low complexity Will output to MPEG_4 format container."/>
@ -52,16 +57,11 @@
<itemvalue="denied"/>
<itemvalue="if Absent"/>
<itemvalue="Look up the value of [key], or add a new entry if it isn't there. Returns the value associated to [key], if there is one. Otherwise calls [ifAbsent] to get a new value, associates [key] to that value, and then returns the new value. ```dart final diameters = <num, String>{1.0: 'Earth'}; final otherDiameters = <double, String>{0.383: 'Mercury', 0.949: 'Venus'}; for (final item in otherDiameters.entries) { diameters.putIfAbsent(item.key, () => item.value); } print(diameters); {1.0: Earth, 0.383: Mercury, 0.949: Venus} If the key already exists, the current value is returned. final result = diameters.putIfAbsent(0.383, () => 'Random'); print(result); Mercury print(diameters); {1.0: Earth, 0.383: Mercury, 0.949: Venus} ``` Calling [ifAbsent] must not add or remove keys from the map."/>
<itemvalue="put If Absent"/>
<itemvalue="The stroke weight for drawing the icon. Requires the underlying icon font to support the `wght` [FontVariation] axis, otherwise has no effect. Variable font filenames often indicate the supported axes. Must be greater than 0. Defaults to nearest [IconTheme]'s [IconThemeData.weight]. See also: [fill], for controlling fill. [grade], for controlling stroke weight in a more granular way. [opticalSize], for controlling optical size. https:fonts.google.comknowledgeglossaryweight_axis"/>
<itemvalue="By default, the placeholder is sized to fit its container. If the placeholder is in an unbounded space, it will size itself according to the given [fallbackWidth] and [fallbackHeight]."/>
<itemvalue="Sliver Grid Delegate With Max Cross Axis Extent"/>