### runApp Source: https://api.flutter.dev/flutter/material Inflates the given widget and attaches it to the view, starting the application. ```APIDOC ## runApp ### Description Inflate the given widget and attach it to the view. ### Signature `runApp(Widget app) → void` ``` -------------------------------- ### pointerDragAnchorStrategy Source: https://api.flutter.dev/flutter/material/index.html Display the feedback anchored at the position of the touch that started the drag. ```APIDOC ## pointerDragAnchorStrategy(Draggable draggable, BuildContext context, Offset position) ### Description Display the feedback anchored at the position of the touch that started the drag. ### Signature `Offset pointerDragAnchorStrategy(Draggable draggable, BuildContext context, Offset position)` ``` -------------------------------- ### IOSSystemContextMenuItemSelectAll Source: https://api.flutter.dev/flutter/material/index.html Creates an instance of IOSSystemContextMenuItem for the system's built-in select all button. ```APIDOC ## Class IOSSystemContextMenuItemSelectAll ### Description Creates an instance of IOSSystemContextMenuItem for the system's built-in select all button. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### showAboutDialog Source: https://api.flutter.dev/flutter/material/index.html Displays an AboutDialog, which describes the application and provides a button to show licenses for software used by the application. ```APIDOC ## showAboutDialog({required BuildContext context, String? applicationName, String? applicationVersion, Widget? applicationIcon, String? applicationLegalese, List? children, bool barrierDismissible = true, Color? barrierColor, String? barrierLabel, bool useRootNavigator = true, RouteSettings? routeSettings, Offset? anchorPoint}) ### Description Displays an AboutDialog, which describes the application and provides a button to show licenses for software used by the application. ### Signature `void showAboutDialog({required BuildContext context, String? applicationName, String? applicationVersion, Widget? applicationIcon, String? applicationLegalese, List? children, bool barrierDismissible = true, Color? barrierColor, String? barrierLabel, bool useRootNavigator = true, RouteSettings? routeSettings, Offset? anchorPoint})` ``` -------------------------------- ### runWidget Source: https://api.flutter.dev/flutter/material/index.html Inflate the given widget and bootstrap the widget tree. ```APIDOC ## runWidget(Widget app) ### Description Inflate the given widget and bootstrap the widget tree. ### Signature `void runWidget(Widget app)` ``` -------------------------------- ### IOSSystemContextMenuItemLiveText Source: https://api.flutter.dev/flutter/material/index.html Creates an instance of IOSSystemContextMenuItem for the system's built-in Live Text button. ```APIDOC ## Class IOSSystemContextMenuItemLiveText ### Description Creates an instance of IOSSystemContextMenuItem for the system's built-in Live Text button. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### showAdaptiveAboutDialog Source: https://api.flutter.dev/flutter/material/index.html Displays either a Material or Cupertino AboutDialog depending on platform, which describes the application and provides a button to show licenses for software used by the application. ```APIDOC ## showAdaptiveAboutDialog({required BuildContext context, String? applicationName, String? applicationVersion, Widget? applicationIcon, String? applicationLegalese, List? children, bool barrierDismissible = true, Color? barrierColor, String? barrierLabel, bool useRootNavigator = true, RouteSettings? routeSettings, Offset? anchorPoint}) ### Description Displays either a Material or Cupertino AboutDialog depending on platform, which describes the application and provides a button to show licenses for software used by the application. ### Signature `void showAdaptiveAboutDialog({required BuildContext context, String? applicationName, String? applicationVersion, Widget? applicationIcon, String? applicationLegalese, List? children, bool barrierDismissible = true, Color? barrierColor, String? barrierLabel, bool useRootNavigator = true, RouteSettings? routeSettings, Offset? anchorPoint})` ``` -------------------------------- ### IOSSystemContextMenuItemSearchWeb Source: https://api.flutter.dev/flutter/material/index.html Creates an instance of IOSSystemContextMenuItem for the system's built-in search web button. ```APIDOC ## Class IOSSystemContextMenuItemSearchWeb ### Description Creates an instance of IOSSystemContextMenuItem for the system's built-in search web button. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### showMenu Source: https://api.flutter.dev/flutter/material/index.html Shows a popup menu at a specified position with a list of selectable items. ```APIDOC ## showMenu ### Description Shows a popup menu that contains the `items` at `position`. ### Method showMenu ### Parameters - **context** (BuildContext) - Required - **position** (RelativeRect?) - Required - **positionBuilder** (PopupMenuPositionBuilder?) - Optional - **items** (List>) - Required - **initialValue** (T?) - Optional - **elevation** (double?) - Optional - **shadowColor** (Color?) - Optional - **surfaceTintColor** (Color?) - Optional - **semanticLabel** (String?) - Optional - **shape** (ShapeBorder?) - Optional - **menuPadding** (EdgeInsetsGeometry?) - Optional - **color** (Color?) - Optional - **useRootNavigator** (bool) - Optional, defaults to false - **constraints** (BoxConstraints?) - Optional - **clipBehavior** (Clip) - Optional, defaults to Clip.none - **routeSettings** (RouteSettings?) - Optional - **popUpAnimationStyle** (AnimationStyle?) - Optional - **requestFocus** (bool?) - Optional ### Returns Future ``` -------------------------------- ### debugPrintBuildScope Source: https://api.flutter.dev/flutter/material Enables logging of all calls to BuildOwner.buildScope, aiding in understanding the build process. ```APIDOC ## debugPrintBuildScope ### Description Log all calls to BuildOwner.buildScope. ### Type bool ### Usage getter/setter pair ``` -------------------------------- ### debugCaptureShaderWarmUpImage Source: https://api.flutter.dev/flutter/material Callback invoked by ShaderWarmUp.execute immediately after it creates an Image. Allows for capturing and inspecting shader warm-up images. ```APIDOC ## debugCaptureShaderWarmUpImage ### Description Called by ShaderWarmUp.execute immediately after it creates an Image. ### Type ShaderWarmUpImageCallback ### Usage getter/setter pair ``` -------------------------------- ### IOSSystemContextMenuItemShare Source: https://api.flutter.dev/flutter/material/index.html Creates an instance of IOSSystemContextMenuItem for the system's built-in share button. ```APIDOC ## Class IOSSystemContextMenuItemShare ### Description Creates an instance of IOSSystemContextMenuItem for the system's built-in share button. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### runApp Source: https://api.flutter.dev/flutter/material/index.html Inflate the given widget and attach it to the view. ```APIDOC ## runApp(Widget app) ### Description Inflate the given widget and attach it to the view. ### Signature `void runApp(Widget app)` ``` -------------------------------- ### GestureForcePressStartCallback Source: https://api.flutter.dev/flutter/material/index.html Signature used by a ForcePressGestureRecognizer for when a pointer has pressed with at least ForcePressGestureRecognizer.startPressure. This marks the beginning of a force press gesture. ```APIDOC ## Typedef: GestureForcePressStartCallback ### Description Signature used by a ForcePressGestureRecognizer for when a pointer has pressed with at least ForcePressGestureRecognizer.startPressure. ### Signature `void Function(ForcePressDetails details)` ``` -------------------------------- ### GestureLongPressStartCallback Source: https://api.flutter.dev/flutter/material/index.html Callback signature for LongPressGestureRecognizer.onLongPressStart. This is invoked when a long press gesture begins. ```APIDOC ## Typedef: GestureLongPressStartCallback ### Description Callback signature for LongPressGestureRecognizer.onLongPressStart. ### Signature `void Function(LongPressStartDetails details)` ``` -------------------------------- ### createLocalImageConfiguration Source: https://api.flutter.dev/flutter/material/index.html Creates an ImageConfiguration based on the BuildContext and an optional size. ```APIDOC ## createLocalImageConfiguration ### Description Creates an ImageConfiguration based on the given BuildContext (and optionally size). ### Method createLocalImageConfiguration ### Parameters #### Path Parameters - **context** (BuildContext) - Required - **size** (Size?) - Optional ### Returns - **ImageConfiguration** - The created ImageConfiguration. ``` -------------------------------- ### showDialog Source: https://api.flutter.dev/flutter/material/index.html Displays a modal Material Design dialog above the current application content. ```APIDOC ## showDialog ### Description Displays a Material dialog above the current contents of the app, with Material entrance and exit animations, modal barrier color, and modal barrier behavior (dialog is dismissible with a tap on the barrier). ### Method showDialog ### Parameters - **context** (BuildContext) - Required - **builder** (WidgetBuilder) - Required - **barrierDismissible** (bool) - Optional, defaults to true - **barrierColor** (Color?) - Optional - **barrierLabel** (String?) - Optional - **useSafeArea** (bool) - Optional, defaults to true - **useRootNavigator** (bool) - Optional, defaults to true - **routeSettings** (RouteSettings?) - Optional - **anchorPoint** (Offset?) - Optional - **traversalEdgeBehavior** (TraversalEdgeBehavior?) - Optional - **fullscreenDialog** (bool) - Optional, defaults to false - **requestFocus** (bool?) - Optional - **animationStyle** (AnimationStyle?) - Optional ### Returns Future ``` -------------------------------- ### showLicensePage Source: https://api.flutter.dev/flutter/material/index.html Navigates to a page displaying the software licenses used by the application. ```APIDOC ## showLicensePage ### Description Displays a LicensePage, which shows licenses for software used by the application. ### Method showLicensePage ### Parameters - **context** (BuildContext) - Required - **applicationName** (String?) - Optional - **applicationVersion** (String?) - Optional - **applicationIcon** (Widget?) - Optional - **applicationLegalese** (String?) - Optional - **useRootNavigator** (bool) - Optional, defaults to false ### Returns void ``` -------------------------------- ### IOSSystemContextMenuItem Source: https://api.flutter.dev/flutter/material/index.html Creates an instance of IOSSystemContextMenuItem for custom action buttons defined by the developer. ```APIDOC ## Class IOSSystemContextMenuItem ### Description Creates an instance of IOSSystemContextMenuItem for custom action buttons defined by the developer. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### RawKeyboardListener Source: https://api.flutter.dev/flutter/material A widget that listens for keyboard events (key presses and releases). ```APIDOC ## RawKeyboardListener ### Description A widget that calls a callback whenever the user presses or releases a key on a keyboard. ### Class RawKeyboardListener ``` -------------------------------- ### StatefulWidgetBuilder Source: https://api.flutter.dev/flutter/material Signature for the builder callback used by StatefulBuilder. ```APIDOC ## Typedef: StatefulWidgetBuilder Signature for the builder callback used by StatefulBuilder. ``` -------------------------------- ### debugDumpApp Source: https://api.flutter.dev/flutter/material/index.html Prints a string representation of the currently running app to the console. ```APIDOC ## debugDumpApp ### Description Print a string representation of the currently running app. ### Method debugDumpApp ### Returns - **void** ``` -------------------------------- ### Listener Source: https://api.flutter.dev/flutter/material/index.html A widget that calls callbacks in response to common pointer events. ```APIDOC ## Class Listener ### Description A widget that calls callbacks in response to common pointer events. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### LayoutBuilder Source: https://api.flutter.dev/flutter/material/index.html Builds a widget tree that can depend on the parent widget's size. ```APIDOC ## Class LayoutBuilder ### Description Builds a widget tree that can depend on the parent widget's size. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### AppBar Source: https://api.flutter.dev/flutter/material/index.html A Material Design app bar. ```APIDOC ## AppBar ### Description AppBar is a Material Design app bar widget, typically displayed at the top of an application screen. ### Method Widget ### Endpoint N/A ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (200) N/A #### Response Example N/A ``` -------------------------------- ### showAdaptiveDialog Source: https://api.flutter.dev/flutter/material/index.html Displays either a Material or Cupertino dialog depending on platform. ```APIDOC ## showAdaptiveDialog({required BuildContext context, required WidgetBuilder builder, bool? barrierDismissible, Color? barrierColor, String? barrierLabel, bool useSafeArea = true, bool useRootNavigator = true, RouteSettings? routeSettings, Offset? anchorPoint, TraversalEdgeBehavior? traversalEdgeBehavior, bool? requestFocus, AnimationStyle? animationStyle}) ### Description Displays either a Material or Cupertino dialog depending on platform. ### Signature `Future showAdaptiveDialog({required BuildContext context, required WidgetBuilder builder, bool? barrierDismissible, Color? barrierColor, String? barrierLabel, bool useSafeArea = true, bool useRootNavigator = true, RouteSettings? routeSettings, Offset? anchorPoint, TraversalEdgeBehavior? traversalEdgeBehavior, bool? requestFocus, AnimationStyle? animationStyle})` ``` -------------------------------- ### IOSSystemContextMenuItemCut Source: https://api.flutter.dev/flutter/material/index.html Creates an instance of IOSSystemContextMenuItem for the system's built-in cut button. ```APIDOC ## Class IOSSystemContextMenuItemCut ### Description Creates an instance of IOSSystemContextMenuItem for the system's built-in cut button. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### AutofillHints Source: https://api.flutter.dev/flutter/material/index.html A collection of commonly used autofill hint strings on different platforms. ```APIDOC ## AutofillHints ### Description AutofillHints provides a collection of standard hint strings used for autofill functionality across various platforms. ### Method Object ### Endpoint N/A ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (200) N/A #### Response Example N/A ``` -------------------------------- ### ShaderWarmUpImageCallback Source: https://api.flutter.dev/flutter/material The signature of debugCaptureShaderWarmUpImage. ```APIDOC ## Typedef: ShaderWarmUpImageCallback The signature of debugCaptureShaderWarmUpImage. ``` -------------------------------- ### AppBarTheme Source: https://api.flutter.dev/flutter/material/index.html Defines default property values for descendant AppBar widgets. ```APIDOC ## AppBarTheme ### Description AppBarTheme is a widget that defines default property values for AppBar widgets within its subtree. ### Method Widget ### Endpoint N/A ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (200) N/A #### Response Example N/A ``` -------------------------------- ### debugOnPaintImage Source: https://api.flutter.dev/flutter/material Callback invoked just before an Image is painted to a Canvas, providing ImageSizeInfo including decoded and output sizes for debugging. ```APIDOC ## debugOnPaintImage ### Description If not null, called when the framework is about to paint an Image to a Canvas with an ImageSizeInfo that contains the decoded size of the image as well as its output size. ### Type PaintImageCallback? ### Usage getter/setter pair ``` -------------------------------- ### KeyedSubtree Source: https://api.flutter.dev/flutter/material/index.html A widget that builds its child. ```APIDOC ## Class KeyedSubtree ### Description A widget that builds its child. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### ListenableBuilder Source: https://api.flutter.dev/flutter/material/index.html A general-purpose widget for building a widget subtree when a Listenable changes. ```APIDOC ## Class ListenableBuilder ### Description A general-purpose widget for building a widget subtree when a Listenable changes. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### debugPrintScheduleBuildForStacks Source: https://api.flutter.dev/flutter/material Logs the call stacks that trigger widgets to be marked for rebuilding, helping to identify the source of rebuilds. ```APIDOC ## debugPrintScheduleBuildForStacks ### Description Log the call stacks that mark widgets as needing to be rebuilt. ### Type bool ### Usage getter/setter pair ``` -------------------------------- ### debugPrintRebuildDirtyWidgets Source: https://api.flutter.dev/flutter/material Logs the specific dirty widgets that are rebuilt in each frame, providing insights into UI update performance. ```APIDOC ## debugPrintRebuildDirtyWidgets ### Description Log the dirty widgets that are built each frame. ### Type bool ### Usage getter/setter pair ``` -------------------------------- ### RawDialogRoute Source: https://api.flutter.dev/flutter/material A customizable route for displaying dialogs in Material Design. ```APIDOC ## RawDialogRoute ### Description A general dialog route which allows for customization of the dialog popup. ### Class RawDialogRoute ``` -------------------------------- ### GestureDragStartCallback Source: https://api.flutter.dev/flutter/material/index.html Signature for when a pointer has contacted the screen and has begun to move. This marks the beginning of a drag gesture. ```APIDOC ## Typedef: GestureDragStartCallback ### Description Signature for when a pointer has contacted the screen and has begun to move. ### Signature `void Function(DragStartDetails details)` ``` -------------------------------- ### AnimatedWidgetBaseState Source: https://api.flutter.dev/flutter/material/index.html A base class for widgets with implicit animations that need to rebuild their widget tree as the animation runs. ```APIDOC ## AnimatedWidgetBaseState ### Description AnimatedWidgetBaseState provides a base state for widgets that have implicit animations and require rebuilding during the animation. ### Method State ### Endpoint N/A ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (200) N/A #### Response Example N/A ``` -------------------------------- ### SharedAppDataInitCallback Source: https://api.flutter.dev/flutter/material The type of the SharedAppData.getValue `init` parameter. ```APIDOC ## Typedef: SharedAppDataInitCallback The type of the SharedAppData.getValue `init` parameter. ``` -------------------------------- ### IOSSystemContextMenuItemLookUp Source: https://api.flutter.dev/flutter/material/index.html Creates an instance of IOSSystemContextMenuItem for the system's built-in look up button. ```APIDOC ## Class IOSSystemContextMenuItemLookUp ### Description Creates an instance of IOSSystemContextMenuItem for the system's built-in look up button. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### debugCaptureShaderWarmUpPicture Source: https://api.flutter.dev/flutter/material Callback invoked by ShaderWarmUp.execute immediately after it creates a Picture. Useful for debugging picture rendering during shader warm-up. ```APIDOC ## debugCaptureShaderWarmUpPicture ### Description Called by ShaderWarmUp.execute immediately after it creates a Picture. ### Type ShaderWarmUpPictureCallback ### Usage getter/setter pair ``` -------------------------------- ### buildTextSpanWithSpellCheckSuggestions Source: https://api.flutter.dev/flutter/material/index.html Builds a TextSpan tree incorporating spell check suggestions. ```APIDOC ## buildTextSpanWithSpellCheckSuggestions ### Description Builds the TextSpan tree given the current state of the text input and spell check results. ### Method buildTextSpanWithSpellCheckSuggestions ### Parameters #### Path Parameters - **value** (TextEditingValue) - Required - **composingWithinCurrentTextRange** (bool) - Required - **style** (TextStyle?) - **misspelledTextStyle** (TextStyle) - Required - **spellCheckResults** (SpellCheckResults) - Required ### Returns - **TextSpan** - The constructed TextSpan tree. ``` -------------------------------- ### showDatePicker Source: https://api.flutter.dev/flutter/material/index.html Presents a dialog with a Material Design date picker, allowing users to select a single date. ```APIDOC ## showDatePicker ### Description Shows a dialog containing a Material Design date picker. ### Method showDatePicker ### Parameters - **context** (BuildContext) - Required - **initialDate** (DateTime?) - Optional - **firstDate** (DateTime) - Required - **lastDate** (DateTime) - Required - **currentDate** (DateTime?) - Optional - **initialEntryMode** (DatePickerEntryMode) - Optional, defaults to DatePickerEntryMode.calendar - **selectableDayPredicate** (SelectableDayPredicate?) - Optional - **helpText** (String?) - Optional - **cancelText** (String?) - Optional - **confirmText** (String?) - Optional - **locale** (Locale?) - Optional - **barrierDismissible** (bool) - Optional, defaults to true - **barrierColor** (Color?) - Optional - **barrierLabel** (String?) - Optional - **useRootNavigator** (bool) - Optional, defaults to true - **routeSettings** (RouteSettings?) - Optional - **textDirection** (TextDirection?) - Optional - **builder** (TransitionBuilder?) - Optional - **initialDatePickerMode** (DatePickerMode) - Optional, defaults to DatePickerMode.day - **errorFormatText** (String?) - Optional - **errorInvalidText** (String?) - Optional - **fieldHintText** (String?) - Optional - **fieldLabelText** (String?) - Optional - **keyboardType** (TextInputType?) - Optional - **anchorPoint** (Offset?) - Optional - **onDatePickerModeChange** (ValueChanged?) - Optional - **switchToInputEntryModeIcon** (Icon?) - Optional - **switchToCalendarEntryModeIcon** (Icon?) - Optional - **calendarDelegate** (CalendarDelegate) - Optional, defaults to const GregorianCalendarDelegate() ### Returns Future ``` -------------------------------- ### IOSSystemContextMenuItemPaste Source: https://api.flutter.dev/flutter/material/index.html Creates an instance of IOSSystemContextMenuItem for the system's built-in paste button. ```APIDOC ## Class IOSSystemContextMenuItemPaste ### Description Creates an instance of IOSSystemContextMenuItem for the system's built-in paste button. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### KeyboardListener Source: https://api.flutter.dev/flutter/material/index.html A widget that calls a callback whenever the user presses or releases a key on a keyboard. ```APIDOC ## Class KeyboardListener ### Description A widget that calls a callback whenever the user presses or releases a key on a keyboard. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### ShaderWarmUpPictureCallback Source: https://api.flutter.dev/flutter/material The signature of debugCaptureShaderWarmUpPicture. ```APIDOC ## Typedef: ShaderWarmUpPictureCallback The signature of debugCaptureShaderWarmUpPicture. ``` -------------------------------- ### RawTooltip Source: https://api.flutter.dev/flutter/material A widget that displays an informative overlay (tooltip) in response to user interactions like hovering or long-pressing. ```APIDOC ## RawTooltip ### Description A widget that wraps a child to display an informative overlay in response to user interactions, such as hovering or long-pressing. ### Class RawTooltip ``` -------------------------------- ### Listenable Source: https://api.flutter.dev/flutter/material/index.html An object that maintains a list of listeners. ```APIDOC ## Class Listenable ### Description An object that maintains a list of listeners. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### SuggestionsBuilder Source: https://api.flutter.dev/flutter/material Signature for a function that creates a Widget to build the suggestion list based on the input in the search bar. ```APIDOC ## Typedef: SuggestionsBuilder Signature for a function that creates a Widget to build the suggestion list based on the input in the search bar. ``` -------------------------------- ### ListView Source: https://api.flutter.dev/flutter/material/index.html A scrollable list of widgets arranged linearly. ```APIDOC ## Class ListView ### Description A scrollable list of widgets arranged linearly. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### AnimatedPadding Source: https://api.flutter.dev/flutter/material/index.html An animated version of Padding that automatically transitions the indentation over a given duration whenever the inset changes. ```APIDOC ## AnimatedPadding ### Description AnimatedPadding is a widget that animates changes to its padding properties. ### Method Implicitly Animated Widget ### Endpoint N/A ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (200) N/A #### Response Example N/A ``` -------------------------------- ### debugOnRebuildDirtyWidget Source: https://api.flutter.dev/flutter/material Callback invoked for every dirty widget that is rebuilt each frame, useful for tracking widget rebuilds. ```APIDOC ## debugOnRebuildDirtyWidget ### Description Callback invoked for every dirty widget built each frame. ### Type RebuildDirtyWidgetCallback? ### Usage getter/setter pair ``` -------------------------------- ### debugPrintStack Source: https://api.flutter.dev/flutter/material Dumps the stack trace to the console. ```APIDOC ## debugPrintStack ### Description Dump the stack to the console using debugPrint and FlutterError.defaultStackFilter. ### Method GET ### Endpoint /debugPrintStack ### Parameters #### Query Parameters - **stackTrace** (StackTrace?) - Optional - The stack trace to print. - **label** (String?) - Optional - A label for the stack trace. - **maxFrames** (int?) - Optional - The maximum number of frames to print. ### Response #### Success Response (200) (No specific response body, action is to print to console) ### Response Example (Console Output) ``` #0 myFunction (package:my_app/my_file.dart:10:3) #1 anotherFunction (package:my_app/another_file.dart:20:5) ``` ``` -------------------------------- ### Key Source: https://api.flutter.dev/flutter/material/index.html A Key is an identifier for Widgets, Elements and SemanticsNodes. ```APIDOC ## Class Key ### Description A Key is an identifier for Widgets, Elements and SemanticsNodes. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### KeyEvent Source: https://api.flutter.dev/flutter/material/index.html Defines the interface for keyboard key events. ```APIDOC ## Class KeyEvent ### Description Defines the interface for keyboard key events. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### TapBehaviorButtonBuilder Source: https://api.flutter.dev/flutter/material Signature for the builder callback used by WidgetInspector.tapBehaviorButtonBuilder. ```APIDOC ## Typedef: TapBehaviorButtonBuilder Signature for the builder callback used by WidgetInspector.tapBehaviorButtonBuilder. ``` -------------------------------- ### showTimePicker Source: https://api.flutter.dev/flutter/material/index.html Shows a dialog containing a Material Design time picker. Users can select a specific time using this dialog. ```APIDOC ## showTimePicker ### Description Shows a dialog containing a Material Design time picker. Users can select a specific time using this dialog. ### Method showTimePicker ### Parameters - **context** (BuildContext) - Required - **initialTime** (TimeOfDay) - Required - **builder** (TransitionBuilder?) - Optional - **barrierDismissible** (bool) - Optional - Defaults to true - **barrierColor** (Color?) - Optional - **barrierLabel** (String?) - Optional - **useRootNavigator** (bool) - Optional - Defaults to true - **initialEntryMode** (TimePickerEntryMode) - Optional - Defaults to TimePickerEntryMode.dial - **cancelText** (String?) - Optional - **confirmText** (String?) - Optional - **helpText** (String?) - Optional - **errorInvalidText** (String?) - Optional - **hourLabelText** (String?) - Optional - **minuteLabelText** (String?) - Optional - **routeSettings** (RouteSettings?) - Optional - **onEntryModeChanged** (EntryModeChangeCallback?) - Optional - **anchorPoint** (Offset?) - Optional - **orientation** (Orientation?) - Optional - **switchToInputEntryModeIcon** (Icon?) - Optional - **switchToTimerEntryModeIcon** (Icon?) - Optional - **emptyInitialInput** (bool) - Optional - Defaults to false ### Returns Future - A future that resolves with the selected TimeOfDay, or null if the picker was dismissed. ``` -------------------------------- ### AutocompleteNextOptionIntent Source: https://api.flutter.dev/flutter/material/index.html An Intent to highlight the next option in the autocomplete list. ```APIDOC ## AutocompleteNextOptionIntent ### Description AutocompleteNextOptionIntent is an intent used to programmatically highlight the next option in an Autocomplete widget's list. ### Method Object ### Endpoint N/A ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (200) N/A #### Response Example N/A ``` -------------------------------- ### ExpansionPanelHeaderBuilder Source: https://api.flutter.dev/flutter/material/index.html Signature for the callback that's called when an ExpansionPanel is expanded or collapsed. It returns a Widget that builds the header based on the expansion state. ```APIDOC ## Typedef: ExpansionPanelHeaderBuilder ### Description Signature for the callback that's called when an ExpansionPanel is expanded or collapsed. ### Signature `Widget Function(BuildContext context, bool isExpanded)` ``` -------------------------------- ### debugDumpRenderTree Source: https://api.flutter.dev/flutter/material/index.html Prints a textual representation of the render trees to the console. ```APIDOC ## debugDumpRenderTree ### Description Prints a textual representation of the render trees. ### Method debugDumpRenderTree ### Returns - **void** ``` -------------------------------- ### LicensePage Source: https://api.flutter.dev/flutter/material/index.html A page that shows licenses for software used by the application. ```APIDOC ## Class LicensePage ### Description A page that shows licenses for software used by the application. ### Method Constructor ### Endpoint N/A (Class Constructor) ### Parameters N/A (Constructor parameters not specified in source) ``` -------------------------------- ### debugPrintStack Source: https://api.flutter.dev/flutter/material/index.html Dumps the stack to the console using debugPrint. ```APIDOC ## debugPrintStack ### Description Dump the stack to the console using debugPrint and FlutterError.defaultStackFilter. ### Method debugPrintStack ### Parameters #### Path Parameters - **stackTrace** (StackTrace?) - Optional - **label** (String?) - Optional - **maxFrames** (int?) - Optional ### Returns - **void** ``` -------------------------------- ### debugProfileBuildsEnabled Source: https://api.flutter.dev/flutter/material Enables the addition of Timeline events for every Widget built, facilitating performance profiling of the entire widget tree. ```APIDOC ## debugProfileBuildsEnabled ### Description Adds Timeline events for every Widget built. ### Type bool ### Usage getter/setter pair ``` -------------------------------- ### SliverLayoutWidgetBuilder Source: https://api.flutter.dev/flutter/material The signature of the SliverLayoutBuilder builder function. ```APIDOC ## Typedef: SliverLayoutWidgetBuilder The signature of the SliverLayoutBuilder builder function. ``` -------------------------------- ### AnimatedWidget Source: https://api.flutter.dev/flutter/material/index.html A widget that rebuilds when the given Listenable changes value. ```APIDOC ## AnimatedWidget ### Description AnimatedWidget is a base class for widgets that rebuild in response to a Listenable. ### Method Widget ### Endpoint N/A ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (200) N/A #### Response Example N/A ``` -------------------------------- ### basicLocaleListResolution Source: https://api.flutter.dev/flutter/material/index.html The default algorithm for resolving a locale from a list of preferred and supported locales. ```APIDOC ## basicLocaleListResolution ### Description The default locale resolution algorithm. ### Method basicLocaleListResolution ### Parameters #### Path Parameters - **preferredLocales** (List?) - **supportedLocales** (Iterable) - Required ### Returns - **Locale** - The resolved locale. ``` -------------------------------- ### debugEnhanceBuildTimelineArguments Source: https://api.flutter.dev/flutter/material Enables the addition of debugging information to Timeline events related to Widget builds, aiding in performance analysis. ```APIDOC ## debugEnhanceBuildTimelineArguments ### Description Adds debugging information to Timeline events related to Widget builds. ### Type bool ### Usage getter/setter pair ``` -------------------------------- ### SelectableRegionContextMenuBuilder Source: https://api.flutter.dev/flutter/material Signature for a widget builder that builds a context menu for the given SelectableRegionState. ```APIDOC ## Typedef: SelectableRegionContextMenuBuilder Signature for a widget builder that builds a context menu for the given SelectableRegionState. ``` -------------------------------- ### GestureForcePressUpdateCallback Source: https://api.flutter.dev/flutter/material/index.html Signature used by ForcePressGestureRecognizer during the frames after the triggering of a ForcePressGestureRecognizer.onStart callback. This is for updates during the force press gesture. ```APIDOC ## Typedef: GestureForcePressUpdateCallback ### Description Signature used by ForcePressGestureRecognizer during the frames after the triggering of a ForcePressGestureRecognizer.onStart callback. ### Signature `void Function(ForcePressDetails details)` ``` -------------------------------- ### RawMaterialButton Source: https://api.flutter.dev/flutter/material Creates a Material Design button with semantic properties, Material ink effects, and gesture handling. ```APIDOC ## RawMaterialButton ### Description Creates a button based on Semantics, Material, and InkWell widgets. ### Class RawMaterialButton ``` -------------------------------- ### debugPrintGlobalKeyedWidgetLifecycle Source: https://api.flutter.dev/flutter/material Logs widget lifecycle events (deactivation and reactivation) for widgets with global keys, useful for debugging state management. ```APIDOC ## debugPrintGlobalKeyedWidgetLifecycle ### Description Log when widgets with global keys are deactivated and log when they are reactivated (retaken). ### Type bool ### Usage getter/setter pair ``` -------------------------------- ### Autocomplete Source: https://api.flutter.dev/flutter/material/index.html A widget for helping the user make a selection by entering some text and choosing from among a list of options. ```APIDOC ## Autocomplete ### Description Autocomplete is a widget that assists users in making selections by providing a list of options based on their text input. ### Method Widget ### Endpoint N/A ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (200) N/A #### Response Example N/A ``` -------------------------------- ### debugDumpFocusTree Source: https://api.flutter.dev/flutter/material/index.html Prints a text representation of the current focus tree to the console. ```APIDOC ## debugDumpFocusTree ### Description Prints a text representation of the current focus tree, along with the current attributes on each node. ### Method debugDumpFocusTree ### Returns - **void** ```