<itemvalue="Match the baseline of the placeholder with the baseline. The [TextBaseline] to use must be specified and non-null when using this alignment mode."/>
<itemvalue="How the placeholder aligns vertically with the text. See [ui.PlaceholderAlignment] for details on each mode."/>
<itemvalue="This function is called by [TracesSamplerCallback] to determine if transaction is sampled - meant to be sent to Sentry."/>
<itemvalue="traces Sample Rate"/>
<itemvalue="[MaterialApp] configures its [WidgetsApp.textStyle] with an ugly redyellow text style that's intended to warn the developer that their app hasn't defined a default text style. Typically the app's [Scaffold] builds a [Material] widget whose default [Material.textStyle] defines the text style for the entire scaffold. The [MaterialApp] configures the top-level [Navigator] to search for routes in the following order: 1. For the `` route, the [home] property, if non-null, is used. 2. Otherwise, the [routes] table is used, if it has an entry for the route. 3. Otherwise, [onGenerateRoute] is called, if provided. It should return a non-null value for any _valid_ route not handled by [home] and [routes]. 4. Finally if all else fails [onUnknownRoute] is called."/>
@ -52,13 +54,11 @@
<itemvalue="Convert a List of image bytes into a 2D matrix of bits representing black and white pixels"/>
<itemvalue="Scan an image encoded as a Uint8List of RGBA values to update QR code content and location."/>
<itemvalue="module"/>
<itemvalue="alignment Pattern"/>
<itemvalue="A generic position in a two-dimensional space, expressed as a pair of coordinates (that can be either integer or double)."/>