<itemvalue="used for multi-languages with default layouts, the default is English only will be ignored if customLayoutKeys is not null"/>
<itemvalue="default layouts"/>
<itemvalue="extendBody locked when keyboard is open"/>
<itemvalue="The minimum insets for contents of the Scaffold to keep visible."/>
<itemvalue="The minimum viewPadding for interactive elements positioned by the Scaffold to keep within safe interactive areas."/>
@ -58,13 +60,11 @@
<itemvalue="strut Style"/>
<itemvalue="is Processing"/>
<itemvalue="is Process"/>
<itemvalue="Synchronously writes a string to a file. Opens the file, writes the string in the given encoding, and closes the file. By default [writeAsStringSync] creates the file for writing and truncates the file if it already exists. In order to append the bytes to an existing file, pass [FileMode.append] as the optional mode parameter. If the [flush] argument is set to `true`, data written will be flushed to the file system before returning. This method does not transform newline characters (`"\n"`) to the platform conventional line ending (e.g. `"\r\n"` on Windows). Use [Platform.lineTerminator] to separate lines in [contents] if platform contentional line endings are needed. Throws a [FileSystemException] if the operation fails."/>