本サイト内では[基礎知識]Flutter SDK 目次(次のリンク)の続きになります。
(詳細は、api.flutter.dev/widget-library 参照)
WIDGETS Library
1.CLASSES(クラス群)
- AbsorbPointer
- Accumulator
- Action
- ActionDispatcher
- ActionListener
- Actions
- ActivateAction
- ActivateIntent
- Align
- Alignment
- AlignmentDirectional
- AlignmentGeometry
- AlignmentGeometryTween
- AlignmentTween
- AlignTransition
- AlwaysScrollableScrollPhysics
- AlwaysStoppedAnimation
- AndroidView
- AndroidViewSurface
- Animatable
- AnimatedAlign
- AnimatedBuilder
- AnimatedContainer
- AnimatedCrossFade
- AnimatedDefaultTextStyle
- AnimatedFractionallySizedBox
- AnimatedGrid
- AnimatedGridState
- AnimatedList
- AnimatedListState
- AnimatedModalBarrier
- AnimatedOpacity
- AnimatedPadding
- AnimatedPhysicalModel
- AnimatedPositioned
- AnimatedPositionedDirectional
- AnimatedRotation
- AnimatedScale
- AnimatedSize
- AnimatedSlide
- AnimatedSwitcher
- AnimatedWidget
- AnimatedWidgetBaseState
- Animation
- AnimationController
- AnimationMax
- AnimationMean
- AnimationMin
- AnimationStyle
- AnnotatedRegion
- AppKitView
- AppLifecycleListener
- AspectRatio
- AssetBundle
- AssetBundleImageKey
- AssetBundleImageProvider
- AssetImage
- AsyncSnapshot
- AutocompleteHighlightedOption
- AutocompleteNextOptionIntent
- AutocompletePreviousOptionIntent
- AutofillGroup
- AutofillGroupState
- AutofillHints
- AutomaticKeepAlive
- AutomaticNotchedShape
- BackButtonDispatcher
- BackButtonListener
- BackdropFilter
- BallisticScrollActivity
- Banner
- BannerPainter
- Baseline
- BeveledRectangleBorder
- BlockSemantics
- Border
- BorderDirectional
- BorderRadius
- BorderRadiusDirectional
- BorderRadiusGeometry
- BorderRadiusTween
- BorderSide
- BorderTween
- BottomNavigationBarItem
- BouncingScrollPhysics
- BouncingScrollSimulation
- BoxBorder
- BoxConstraints
- BoxConstraintsTween
- BoxDecoration
- BoxPainter
- BoxScrollView
- BoxShadow
- BuildContext
- Builder
- BuildOwner
- BuildScope
- ButtonActivateIntent
- CallbackAction
- CallbackShortcuts
- Canvas
- CapturedThemes
- CatmullRomCurve
- CatmullRomSpline
- Center
- ChangeNotifier
- CharacterActivator
- CharacterRange
- Characters
- CheckedModeBanner
- ChildBackButtonDispatcher
- ChildVicinity
- CircleBorder
- CircularNotchedRectangle
- ClampingScrollPhysics
- ClampingScrollSimulation
- ClipboardStatusNotifier
- ClipContext
- ClipOval
- ClipPath
- ClipRect
- ClipRRect
- Color
- ColoredBox
- ColorFilter
- ColorFiltered
- ColorProperty
- ColorSwatch
- ColorTween
- Column
- ComponentElement
- CompositedTransformFollower
- CompositedTransformTarget
- CompoundAnimation
- ConstantTween
- ConstrainedBox
- ConstrainedLayoutBuilder
- ConstraintsTransformBox
- Container
- ContentInsertionConfiguration
- ContextAction
- ContextMenuButtonItem
- ContextMenuController
- ContinuousRectangleBorder
- CopySelectionTextIntent
- Cubic
- Curve
- Curve2D
- Curve2DSample
- CurvedAnimation
- Curves
- CurveTween
- CustomClipper
- CustomMultiChildLayout
特定のパターンで多数の子をレイアウトしたい場合、あるいはカスタムレイアウトマネージャーを作りたい場合は、CustomMultiChildLayoutを使うと良いでしょう。
- CustomPaint
- CustomPainter
- CustomPainterSemantics
- CustomScrollView
- CustomSingleChildLayout
- DebugCreator
- DecoratedBox
- DecoratedBoxTransition
- DecoratedSliver
- Decoration
- DecorationImage
- DecorationImagePainter
- DecorationTween
- DefaultAssetBundle
- DefaultPlatformMenuDelegate
- DefaultSelectionStyle
- DefaultTextEditingShortcuts
- DefaultTextHeightBehavior
- DefaultTextStyle
- DefaultTextStyleTransition
- DefaultTransitionDelegate
- DefaultWidgetsLocalizations
- DeleteCharacterIntent
- DeleteToLineBreakIntent
- DeleteToNextWordBoundaryIntent
- DesktopTextSelectionToolbarLayoutDelegate
- DevToolsDeepLinkProperty
- DiagnosticsNode
- DirectionalCaretMovementIntent
- DirectionalFocusAction
- DirectionalFocusIntent
- Directionality
- DirectionalTextEditingIntent
- DismissAction
- Dismissible
- DismissIntent
- DismissUpdateDetails
- DisplayFeatureSubScreen
- DisposableBuildContext
- DoNothingAction
- DoNothingAndStopPropagationIntent
- DoNothingAndStopPropagationTextIntent
- DoNothingIntent
- DragDownDetails
- DragEndDetails
- Draggable
- DraggableDetails
- DraggableScrollableActuator
- DraggableScrollableController
- DraggableScrollableNotification
- DraggableScrollableSheet
- DragScrollActivity
- DragStartDetails
- DragTarget
- DragTargetDetails
- DragUpdateDetails
- DrivenScrollActivity
- DualTransitionBuilder
- EdgeDraggingAutoScroller
- EdgeInsets
- EdgeInsetsDirectional
- EdgeInsetsGeometry
- EdgeInsetsGeometryTween
- EdgeInsetsTween
- EditableText
- EditableTextState
- ElasticInCurve
- ElasticInOutCurve
- ElasticOutCurve
- Element
・ツリー内の特定の場所にあるウィジェットのインスタンス化。
・ウィジェットはサブツリーを構成する方法を記述しますが、ウィジェットは不変であるため、同じウィジェットを使用して複数のサブツリーを同時に構成できます。要素は、ツリー内の特定の場所を構成するためのウィジェットの使用を表します。時間の経過とともに、特定の要素に関連付けられたウィジェットは変更される可能性があります。たとえば、親ウィジェットが再構築され、この場所に新しいウィジェットが作成された場合などです。要素はツリーを形成します。ほとんどの要素には一意の子がありますが、一部のウィジェット ( RenderObjectElementのサブクラスなど) には複数の子がある場合があります。
ライフサイクル関連参照)
・ Widget.createElement
・ mount
・attachRenderObject
・update
・runtimeType
・deactivateChild
・owner
・deactivate
・unmount
- EmptyTextSelectionControls
- ErrorDescription
- ErrorHint
- ErrorSummary
- ErrorWidget
- ExactAssetImage
- ExcludeFocus
- ExcludeFocusTraversal
- ExcludeSemantics
- Expanded
- ExpandSelectionToDocumentBoundaryIntent
- ExpandSelectionToLineBreakIntent
- ExtendSelectionByCharacterIntent
- ExtendSelectionByPageIntent
- ExtendSelectionToDocumentBoundaryIntent
- ExtendSelectionToLineBreakIntent
- ExtendSelectionToNextParagraphBoundaryIntent
- ExtendSelectionToNextParagraphBoundaryOrCaretLocationIntent
- ExtendSelectionToNextWordBoundaryIntent
- ExtendSelectionToNextWordBoundaryOrCaretLocationIntent
- ExtendSelectionVerticallyToAdjacentLineIntent
- ExtendSelectionVerticallyToAdjacentPageIntent
- FadeInImage
- FadeTransition
- Feedback
- FileImage
- FittedBox
- FittedSizes
- FixedColumnWidth
- FixedExtentMetrics
- FixedExtentScrollController
- FixedExtentScrollPhysics
- FixedScrollMetrics
- Flex
- FlexColumnWidth
- Flexible
- FlippedCurve
- FlippedTweenSequence
- Flow
- FlowDelegate
- FlowPaintingContext
- FlutterErrorDetails
- FlutterLogoDecoration
- Focus
- FocusableActionDetector
- FocusAttachment
- FocusManager
- FocusNode
- FocusOrder
- FocusScope
- FocusScopeNode
- FocusTraversalGroup
- FocusTraversalOrder
- FocusTraversalPolicy
- FontFeature
- FontVariation
- FontWeight
- ForcePressDetails
- Form
- FormField
- FormFieldState
- FormState
- FractionallySizedBox
- FractionalOffset
- FractionalOffsetTween
- FractionalTranslation
- FractionColumnWidth
- FutureBuilder
- GestureDetector
- GestureRecognizerFactory
- GestureRecognizerFactoryWithHandlers
- GlobalKey
- GlobalObjectKey
- GlowingOverscrollIndicator
- GlyphInfo
- Gradient
- GradientRotation
- GradientTransform
- GridPaper
- GridView
- Hero
- HeroController
- HeroControllerScope
- HeroMode
- HoldScrollActivity
- HSLColor
- HSVColor
- HtmlElementView
- Icon
- IconData
- IconDataProperty
- IconTheme
- IconThemeData
- IdleScrollActivity
- IgnoreBaseline
- IgnorePointer
- Image
- ImageCache
- ImageCacheStatus
- ImageChunkEvent
- ImageConfiguration
- ImageFiltered
- ImageIcon
- ImageInfo
- ImageProvider
- ImageShader
- ImageSizeInfo
- ImageStream
- ImageStreamCompleter
- ImageStreamCompleterHandle
- ImageStreamListener
- ImplicitlyAnimatedWidget
- ImplicitlyAnimatedWidgetState
- IndexedSemantics
- IndexedSlot
- IndexedStack
- InheritedElement
- InheritedModel
- InheritedModelElement
- InheritedNotifier
- InheritedTheme
- InheritedWidget
- InlineSpan
- InlineSpanSemanticsInformation
- InspectorReferenceData
- InspectorSelection
- InspectorSerializationDelegate
- Intent
- InteractiveViewer
- Interval
- IntrinsicColumnWidth
- IntrinsicHeight
- IntrinsicWidth
- IntTween
- KeepAlive
- KeepAliveHandle
- KeepAliveNotification
- Key
- KeyboardInsertedContent
- KeyboardListener
- KeyedSubtree
- KeyEvent
- KeySet
- LabeledGlobalKey
- LayerLink
- LayoutBuilder
- LayoutChangedNotification
- LayoutId
- LeafRenderObjectElement
- LeafRenderObjectWidget
- LexicalFocusOrder
- LimitedBox
- LinearBorder
- LinearBorderEdge
- LinearGradient
- LineMetrics
- ListBody
- Listenable
- ListenableBuilder
- Listener
- ListView
- ListWheelChildBuilderDelegate
- ListWheelChildDelegate
- ListWheelChildListDelegate
- ListWheelChildLoopingListDelegate
- ListWheelElement
- ListWheelScrollView
- ListWheelViewport
- LiveTextInputStatusNotifier
- Locale
- LocalHistoryEntry
- Localizations
- LocalizationsDelegate
- LocalKey
- LogicalKeySet
- LongPressDraggable
- LongPressEndDetails
- LongPressMoveUpdateDetails
- LongPressStartDetails
- LookupBoundary
- MagnifierController
- MagnifierDecoration
- MagnifierInfo
- MaskFilter
- Matrix4
- Matrix4Tween
- MatrixTransition
- MatrixUtils
- MaxColumnWidth
- MediaQuery
- MediaQueryData
- MemoryImage
- MergeSemantics
- MetaData
- MinColumnWidth
- ModalBarrier
- ModalRoute
- MouseCursor
- MouseRegion
- MultiChildLayoutDelegate
- MultiChildRenderObjectElement
- MultiChildRenderObjectWidget
- MultiFrameImageStreamCompleter
- MultiSelectableSelectionContainerDelegate
- NavigationNotification
- NavigationToolbar
- Navigator
- NavigatorObserver
- NavigatorPopHandler
- NavigatorState
- NestedScrollView
- NestedScrollViewState
- NestedScrollViewViewport
- NetworkImage
- NeverScrollableScrollPhysics
- NextFocusAction
- NextFocusIntent
- NotchedShape
- Notification
- NotificationListener
- NumericFocusOrder
- ObjectKey
- Offset
- Offstage
- OneFrameImageStreamCompleter
- Opacity
- OrderedTraversalPolicy
- OrientationBuilder
- OutlinedBorder
- OvalBorder
- OverflowBar
- OverflowBox
- Overlay
- OverlayEntry
- OverlayPortal
- OverlayPortalController
- OverlayRoute
- OverlayState
- OverscrollIndicatorNotification
- OverscrollNotification
- Padding
- Page
- PageController
- PageMetrics
- PageRoute
- PageRouteBuilder
- PageScrollPhysics
- PageStorage
- PageStorageBucket
- PageStorageKey
- PageView
- Paint
- PaintingContext
- ParametricCurve
- ParentDataElement
- ParentDataWidget
- PasteTextIntent
- Path
- PerformanceOverlay
- PhysicalModel
- PhysicalShape
- PinnedHeaderSliver
- Placeholder
- PlaceholderDimensions
- PlaceholderSpan
- PlatformMenu
- PlatformMenuBar
- PlatformMenuDelegate
- PlatformMenuItem
- PlatformMenuItemGroup
- PlatformProvidedMenuItem
- PlatformRouteInformationProvider
- PlatformSelectableRegionContextMenu
- PlatformViewCreationParams
- PlatformViewLink
- PlatformViewSurface
- PointerCancelEvent
- PointerDownEvent
- PointerEvent
- PointerMoveEvent
- PointerUpEvent
- PopEntry
- PopScope
- PopupRoute
- Positioned
- PositionedDirectional
- PositionedTransition
- PredictiveBackRoute
- PreferredSize
- PreferredSizeWidget
- PreviousFocusAction
- PreviousFocusIntent
- PrimaryScrollController
- PrioritizedAction
- PrioritizedIntents
- ProxyAnimation
- ProxyElement
- ProxyWidget
- RadialGradient
- Radius
- RangeMaintainingScrollPhysics
- RawAutocomplete
- RawDialogRoute
- RawGestureDetector
- RawGestureDetectorState
- RawImage
- RawKeyboardListener
- RawKeyEvent
- RawMagnifier
- RawScrollbar
- RawScrollbarState
- RawView
- ReadingOrderTraversalPolicy
- Rect
- RectTween
- RedoTextIntent
- RelativePositionedTransition
- RelativeRect
- RelativeRectTween
- RenderBox
- RenderNestedScrollViewViewport
- RenderObject
- RenderObjectElement
- RenderObjectToWidgetAdapter
- RenderObjectToWidgetElement
- RenderObjectWidget
・RenderObjectWidget は、アプリケーションの実際のレンダリングを提供する RenderObject をラップする RenderObjectElement の構成を提供します。
・通常、RenderObjectWidget を直接サブクラス化するのではなく、レンダリング オブジェクト ウィジェットを次のいずれかにサブクラス化します。
・LeafRenderObjectWidget(ウィジェットに子がない場合)
・SingleChildRenderObjectWidget(ウィジェットに子が 1 つだけある場合)
・MultiChildRenderObjectWidget(ウィジェットが子のリストを受け取る場合)
・SlottedMultiChildRenderObjectWidget(ウィジェットがその子を別の名前付きスロットに編成する場合)
・サブクラスは createRenderObject と updateRenderObject を実装する必要があります。
メソッド)
・createRenderObject()
この RenderObjectWidget で記述された構成を使用して、この RenderObjectWidget が表す RenderObject クラスのインスタンスを作成します。
・updateRenderObject()
この RenderObjectWidget によって記述された設定を指定された RenderObject にコピーします。これは、このオブジェクトの createRenderObject によって返されるものと同じタイプになります。
・didUnmountRenderObject()
指定された RenderObject は、このオブジェクトの createRenderObject によって返されるものと同じタイプになります。
- RenderSemanticsGestureHandler
- RenderSliverOverlapAbsorber
- RenderSliverOverlapInjector
- RenderTapRegion
- RenderTapRegionSurface
- RenderTreeRootElement
- RenderTwoDimensionalViewport
- ReorderableDelayedDragStartListener
- ReorderableDragStartListener
- ReorderableList
- ReorderableListState
- RepaintBoundary
・子に対して別の表示リストを作成するウィジェット。
・このウィジェットは、その子に対して別の表示リストを作成します。
これにより、サブツリーがツリーの周囲の部分とは異なるタイミングで再描画される場合、パフォーマンスが向上します。
- ReplaceTextIntent
- RequestFocusAction
- RequestFocusIntent
- ResizeImage
- ResizeImageKey
- RestorableBool
- RestorableBoolN
- RestorableChangeNotifier
- RestorableDateTime
- RestorableDateTimeN
- RestorableDouble
- RestorableDoubleN
- RestorableEnum
- RestorableEnumN
- RestorableInt
- RestorableIntN
- RestorableListenable
- RestorableNum
- RestorableNumN
- RestorableProperty
- RestorableRouteFuture
- RestorableString
- RestorableStringN
- RestorableTextEditingController
- RestorableValue
- RestorationBucket
- RestorationScope
- ReverseAnimation
- ReverseTween
- RichText
- RootBackButtonDispatcher
- RootElement
- RootRenderObjectElement
- RootRestorationScope
- RootWidget
- RotatedBox
- RotationTransition
- RoundedRectangleBorder
- Route
- RouteAware
- RouteInformation
- RouteInformationParser
- RouteInformationProvider
- RouteObserver
- Router
- RouterConfig
- RouterDelegate
- RouteSettings
- RouteTransitionRecord
- Row
- RRect
- RSTransform
- SafeArea
- SawTooth
- ScaleEndDetails
- ScaleStartDetails
- ScaleTransition
- ScaleUpdateDetails
- Scrollable
- ScrollableDetails
- ScrollableState
- ScrollAction
- ScrollActivity
- ScrollActivityDelegate
- ScrollAwareImageProvider
- ScrollbarPainter
- ScrollBehavior
- ScrollConfiguration
- ScrollContext
- ScrollController
- ScrollDragController
- ScrollEndNotification
- ScrollHoldController
- ScrollIncrementDetails
- ScrollIntent
- ScrollMetricsNotification
- ScrollNotification
- ScrollNotificationObserver
- ScrollNotificationObserverState
- ScrollPhysics
- ScrollPosition
- ScrollPositionWithSingleContext
- ScrollSpringSimulation
- ScrollStartNotification
- ScrollToDocumentBoundaryIntent
- ScrollUpdateNotification
- ScrollView
- SelectableRegion
- SelectableRegionState
- SelectAction
- SelectAllTextIntent
- SelectIntent
- SelectionContainer
- SelectionContainerDelegate
- SelectionOverlay
- SelectionRegistrarScope
- Semantics
- SemanticsDebugger
- SemanticsGestureDelegate
- Shader
- ShaderMask
- ShaderWarmUp
- Shadow
- ShapeBorder
- ShapeBorderClipper
- ShapeDecoration
- SharedAppData
- ShortcutActivator
- ShortcutManager
- ShortcutMapProperty
- ShortcutRegistrar
- ShortcutRegistry
- ShortcutRegistryEntry
- Shortcuts
- ShortcutSerialization
- ShrinkWrappingViewport
- Simulation
- SingleActivator
- SingleChildLayoutDelegate
- SingleChildRenderObjectElement
- SingleChildRenderObjectWidget
- SingleChildScrollView
- Size
- SizeChangedLayoutNotification
- SizeChangedLayoutNotifier
- SizedBox
- SizedOverflowBox
- SizeTransition
- SizeTween
- SlideTransition
- SliverAnimatedGrid
- SliverAnimatedGridState
- SliverAnimatedList
- SliverAnimatedListState
- SliverAnimatedOpacity
- SliverChildBuilderDelegate
- SliverChildDelegate
- SliverChildListDelegate
- SliverConstrainedCrossAxis
- SliverCrossAxisExpanded
- SliverCrossAxisGroup
- SliverFadeTransition
- SliverFillRemaining
- SliverFillViewport
- SliverFixedExtentList
- SliverGrid
- SliverGridDelegate
- SliverGridDelegateWithFixedCrossAxisCount
- SliverGridDelegateWithMaxCrossAxisExtent
- SliverIgnorePointer
- SliverLayoutBuilder
- SliverList
- SliverMainAxisGroup
- SliverMultiBoxAdaptorElement
- SliverMultiBoxAdaptorWidget
- SliverOffstage
- SliverOpacity
- SliverOverlapAbsorber
- SliverOverlapAbsorberHandle
- SliverOverlapInjector
- SliverPadding
- SliverPersistentHeader
- SliverPersistentHeaderDelegate
- SliverPrototypeExtentList
- SliverReorderableList
- SliverReorderableListState
- SliverResizingHeader
- SliverSafeArea
- SliverToBoxAdapter
- SliverVariedExtentList
- SliverVisibility
- SliverWithKeepAliveWidget
- SlottedMultiChildRenderObjectWidget
- SlottedRenderObjectElement
- SnapshotController
- SnapshotPainter
- SnapshotWidget
- Spacer
- SpellCheckConfiguration
- Split
- SpringDescription
- Stack
・ボックスの端を基準にして子を配置するウィジェット。
・このクラスは、単純な方法で複数の子をオーバーラップする場合、たとえば、テキストと画像をグラデーションでオーバーレイし、ボタンを下部に付ける場合に便利です。
- StadiumBorder
- StarBorder
- State
- StatefulBuilder
- StatefulElement
- StatefulWidget
- StatelessElement
- StatelessWidget
- StatusTransitionWidget
- StepTween
- StreamBuilder
- StreamBuilderBase
- StretchingOverscrollIndicator
- StrutStyle
- SweepGradient
- SystemContextMenu
- SystemMouseCursors
- Table
- TableBorder
- TableCell
- TableColumnWidth
- TableRow
- TapDownDetails
- TapRegion
- TapRegionRegistry
- TapRegionSurface
- TapUpDetails
- Text
- TextAlignVertical
- TextBox
- TextDecoration
- TextEditingController
- TextEditingValue
- TextFieldTapRegion
- TextHeightBehavior
- TextInputType
- TextMagnifierConfiguration
- TextPainter
- TextPosition
- TextRange
- TextScaler
- TextSelection
- TextSelectionControls
- TextSelectionGestureDetector
- TextSelectionGestureDetectorBuilder
- TextSelectionGestureDetectorBuilderDelegate
- TextSelectionOverlay
- TextSelectionPoint
- TextSelectionToolbarAnchors
- TextSelectionToolbarLayoutDelegate
- TextSpan
- TextStyle
- TextStyleTween
- Texture
- ThreePointCubic
- Threshold
- TickerFuture
- TickerMode
- TickerProvider
- Title
- ToggleablePainter
- Tolerance
- ToolbarItemsParentData
- ToolbarOptions
- TrackingScrollController
- TrainHoppingAnimation
- Transform
- TransformationController
- TransformProperty
- TransitionDelegate
- TransitionRoute
- TransposeCharactersIntent
- TreeSliver
- TreeSliverController
- TreeSliverNode
- Tween
- TweenAnimationBuilder
- TweenSequence
- TweenSequenceItem
- TwoDimensionalChildBuilderDelegate
- TwoDimensionalChildDelegate
- TwoDimensionalChildListDelegate
- TwoDimensionalChildManager
- TwoDimensionalScrollable
- TwoDimensionalScrollableState
- TwoDimensionalScrollView
- TwoDimensionalViewport
- TwoDimensionalViewportParentData
- UiKitView
- UnconstrainedBox
- UndoHistory
- UndoHistoryController
- UndoHistoryState
- UndoHistoryValue
- UndoTextIntent
- UniqueKey
- UniqueWidget
- UnmanagedRestorationScope
- UpdateSelectionIntent
- UserScrollNotification
- ValueKey
- ValueListenableBuilder
- ValueNotifier
- Velocity
- View
- ViewAnchor
- ViewCollection
- Viewport
- Visibility
- VoidCallbackAction
- VoidCallbackIntent
- WeakMap
- Widget
- WidgetInspector
- WidgetOrderTraversalPolicy
- WidgetsApp
- WidgetsBindingObserver
- WidgetsFlutterBinding
- WidgetsLocalizations
- WidgetSpan
- WidgetStateBorderSide
- WidgetStateColor
- WidgetStateMouseCursor
- WidgetStateOutlinedBorder
- WidgetStateProperty
- WidgetStatePropertyAll
- WidgetStatesController
- WidgetStateTextStyle
- WidgetToRenderBoxAdapter
- WillPopScope
- WordBoundary
- Wrap
2.ENUMS(列挙型群)
- AndroidOverscrollIndicator
- AnimationBehavior
- AnimationStatus
- AppLifecycleState
- AutofillContextAction
- AutovalidateMode
- Axis
- AxisDirection
- BannerLocation
- BlendMode
- BlurStyle
- BorderStyle
- BoxFit
- BoxShape
- Clip
- ClipboardStatus
- ConnectionState
- ContextMenuButtonType
- CrossAxisAlignment
- CrossFadeState
- DecorationPosition
- DiagnosticLevel
- DiagonalDragBehavior
- DismissDirection
- FilterQuality
- FlexFit
- FlutterLogoStyle
- FocusHighlightMode
- FocusHighlightStrategy
- FontStyle
- GrowthDirection
- HeroFlightDirection
- HitTestBehavior
- ImageRepeat
- KeyEventResult
- LiveTextInputStatus
- LockState
- MainAxisAlignment
- MainAxisSize
- NavigationMode
- OptionsViewOpenDirection
- Orientation
- OverflowBarAlignment
- PaintingStyle
- PanAxis
- PathFillType
- PathOperation
- PlaceholderAlignment
- PlatformProvidedMenuItemType
- RenderComparison
- ResizeImagePolicy
- RouteInformationReportingType
- RoutePopDisposition
- ScrollbarOrientation
- ScrollDecelerationRate
- ScrollIncrementType
- ScrollPositionAlignmentPolicy
- ScrollViewKeyboardDismissBehavior
- SelectionChangedCause
- SmartDashesType
- SmartQuotesType
- SnapshotMode
- StackFit
- StrokeCap
- StrokeJoin
- TableCellVerticalAlignment
- TargetPlatform
- TextAffinity
- TextAlign
- TextBaseline
- TextDecorationStyle
- TextDirection
- TextLeadingDistribution
- TextOverflow
- TextSelectionHandleType
- TextWidthBasis
- TileMode
- TraversalDirection
- TraversalEdgeBehavior
- UnfocusDisposition
- VertexMode
- VerticalDirection
- WidgetInspectorServiceExtensions
- WidgetsServiceExtensions
- WidgetState
- WrapAlignment
- WrapCrossAlignment
3.MIXINS(ミックスイン群)
- AnimationEagerListenerMixin
- AnimationLazyListenerMixin
- AnimationLocalListenersMixin
- AnimationLocalStatusListenersMixin
- AnimationWithParentMixin
- AutomaticKeepAliveClientMixin
- DirectionalFocusTraversalPolicyMixin
- LocalHistoryRoute
- MenuSerializableShortcut
- NotifiableElementMixin
- PaintingBinding
- PopNavigatorRouterDelegateMixin
- RenderConstrainedLayoutBuilder
- RestorationMixin
- RootElementMixin
- ScrollMetrics
- SingleTickerProviderStateMixin
- SlottedContainerRenderObjectMixin
- SlottedMultiChildRenderObjectWidgetMixin
- TextSelectionDelegate
- TextSelectionHandleControls
- TickerProviderStateMixin
- ToggleableStateMixin
- TreeSliverStateMixin
- ViewportElementMixin
- ViewportNotificationMixin
- WidgetInspectorService
- WidgetsBinding
4.CONSTANTS(定数群)
- factory
- immutable
- kAlwaysCompleteAnimation
- kAlwaysDismissedAnimation
- kDefaultContentInsertionMimeTypes
- kDefaultFontSize
- kDefaultRouteTraversalEdgeBehavior
- kTextHeightNone
- mustCallSuper
- optionalTypeArgs
- protected
- required
- staticIconProvider
- visibleForTesting
- widgetFactory
5.PROPERTIES(プロパティ群)
- debugCaptureShaderWarmUpImage
- debugCaptureShaderWarmUpPicture
- debugDisableShadows
- debugEnhanceBuildTimelineArguments
- debugFocusChanges
- debugHighlightDeprecatedWidgets
- debugImageOverheadAllowance
- debugInvertOversizedImages
- debugNetworkImageHttpClientProvider
- debugOnPaintImage
- debugOnRebuildDirtyWidget
- debugPrint
- debugPrintBuildScope
- debugPrintGlobalKeyedWidgetLifecycle
- debugPrintRebuildDirtyWidgets
- debugPrintScheduleBuildForStacks
- debugProfileBuildsEnabled
- debugProfileBuildsEnabledUserWidgets
- emptyTextSelectionControls
- imageCache
- primaryFocus
6.FUNCTIONS(関数群)
- applyBoxFit
- axisDirectionIsReversed
- axisDirectionToAxis
- basicLocaleListResolution
- buildTextSpanWithSpellCheckSuggestions
- childDragAnchorStrategy
- combineKeyEventResults
- combineSemanticsInfo
- createLocalImageConfiguration
- debugAssertAllPaintingVarsUnset
- debugAssertAllWidgetVarsUnset
- debugCheckHasDirectionality
- debugCheckHasMediaQuery
- debugCheckHasOverlay
- debugCheckHasTable
- debugCheckHasWidgetsLocalizations
- debugChildrenHaveDuplicateKeys
- debugDescribeFocusTree
- debugDescribeTransform
- debugDumpApp
- debugDumpFocusTree
- debugDumpLayerTree
- debugDumpRenderTree
- debugFlushLastFrameImageSizeInfo
- debugIsLocalCreationLocation
- debugIsWidgetLocalCreation
- debugItemsHaveDuplicateKeys
- debugPrintStack
- debugTransformDebugCreator
- debugWidgetBuilderValue
- decodeImageFromList
- defaultScrollNotificationPredicate
- flipAxis
- flipAxisDirection
- getAxisDirectionFromAxisReverseAndDirectionality
- hashList
- hashValues
- intentForMacOSSelector
- lerpFontVariations
- paintBorder
- paintImage
- paintZigZag
- pointerDragAnchorStrategy
- positionDependentBox
- precacheImage
- runApp
- runWidget
- showGeneralDialog
- textDirectionToAxisDirect
7.TYPEDEFS(型エイリアス群)
- ActionListenerCallback
- AnimatableCallback
- AnimatedCrossFadeBuilder
- AnimatedItemBuilder
- AnimatedRemovedItemBuilder
- AnimatedSwitcherLayoutBuilder
- AnimatedSwitcherTransitionBuilder
- AnimatedTransitionBuilder
- AnimationStatusListener
- AppExitRequestCallback
- AppPrivateCommandCallback
- AsyncWidgetBuilder
- AutocompleteFieldViewBuilder
- AutocompleteOnSelected
- AutocompleteOptionsBuilder
- AutocompleteOptionsViewBuilder
- AutocompleteOptionToString
- BoxConstraintsTransform
- ChildIndexGetter
- ConditionalElementVisitor
- ConfirmDismissCallback
- CreatePlatformViewCallback
- CreateRectTween
- DecoderBufferCallback
- DidRemovePageCallback
- DismissDirectionCallback
- DismissUpdateCallback
- DragAnchorStrategy
- DragEndCallback
- DraggableCanceledCallback
- DragTargetAccept
- DragTargetAcceptWithDetails
- DragTargetBuilder
- DragTargetLeave
- DragTargetMove
- DragTargetWillAccept
- DragTargetWillAcceptWithDetails
- DragUpdateCallback
- EditableTextContextMenuBuilder
- ElementCreatedCallback
- ElementVisitor
- ErrorWidgetBuilder
- FocusOnKeyCallback
- FocusOnKeyEventCallback
- FormFieldBuilder
- FormFieldSetter
- FormFieldValidator
- GenerateAppTitle
- GestureDragCancelCallback
- GestureDragDownCallback
- GestureDragEndCallback
- GestureDragStartCallback
- GestureDragUpdateCallback
- GestureForcePressEndCallback
- GestureForcePressPeakCallback
- GestureForcePressStartCallback
- GestureForcePressUpdateCallback
- GestureLongPressCallback
- GestureLongPressEndCallback
- GestureLongPressMoveUpdateCallback
- GestureLongPressStartCallback
- GestureLongPressUpCallback
- GestureRecognizerFactoryConstructor
- GestureRecognizerFactoryInitializer
- GestureScaleEndCallback
- GestureScaleStartCallback
- GestureScaleUpdateCallback
- GestureTapCallback
- GestureTapCancelCallback
- GestureTapDownCallback
- GestureTapUpCallback
- HeroFlightShuttleBuilder
- HeroPlaceholderBuilder
- HttpClientProvider
- ImageChunkListener
- ImageDecoderCallback
- ImageErrorListener
- ImageErrorWidgetBuilder
- ImageFrameBuilder
- ImageListener
- ImageLoadingBuilder
- IndexedWidgetBuilder
- InitialRouteListFactory
- InlineSpanVisitor
- InspectorSelectButtonBuilder
- InspectorSelectionChangedCallback
- InteractiveViewerWidgetBuilder
- LayoutWidgetBuilder
- LocaleListResolutionCallback
- LocaleResolutionCallback
- MagnifierBuilder
- MenuItemSerializableIdGenerator
- NavigatorFinderCallback
- NestedScrollViewHeaderSliversBuilder
- NotificationListenerCallback
- NullableIndexedWidgetBuilder
- OnInvokeCallback
- OnKeyEventCallback
- OrientationWidgetBuilder
- PageRouteFactory
- PaintImageCallback
- PlatformViewSurfaceFactory
- PointerCancelEventListener
- PointerDownEventListener
- PointerMoveEventListener
- PointerUpEventListener
- PopInvokedCallback
- PopInvokedWithResultCallback
- PopPageCallback
- RebuildDirtyWidgetCallback
- RegisterServiceExtensionCallback
- RegisterViewFactory
- ReorderCallback
- ReorderItemProxyDecorator
- RestorableRouteBuilder
- RouteCompletionCallback
- RouteFactory
- RouteListFactory
- RoutePageBuilder
- RoutePredicate
- RoutePresentationCallback
- RouteTransitionsBuilder
- ScrollableWidgetBuilder
- ScrollControllerCallback
- ScrollIncrementCalculator
- ScrollNotificationCallback
- ScrollNotificationPredicate
- SelectableRegionContextMenuBuilder
- SelectionChangedCallback
- SemanticIndexCallback
- SemanticsBuilderCallback
- ShaderCallback
- ShaderWarmUpImageCallback
- ShaderWarmUpPictureCallback
- SharedAppDataInitCallback
- SliverLayoutWidgetBuilder
- StatefulWidgetBuilder
- StateSetter
- TapRegionCallback
- ToolbarBuilder
- TransformCallback
- TransitionBuilder
- TraversalRequestFocusCallback
- TreeSliverNodeBuilder
- TreeSliverNodeCallback
- TreeSliverRowExtentBuilder
- TweenConstructor
- TweenVisitor
- TwoDimensionalIndexedWidgetBuilder
- TwoDimensionalViewportBuilder
- ValueChanged
- ValueGetter
- ValueListenableTransformer
- ValueSetter
- ValueWidgetBuilder
- ViewportBuilder
- VoidCallback
- WidgetBuilder
- WidgetPropertyResolver
- WillPopCallback