defaults static method
Implementation
static Map<String, JsonWidgetBuilderContainer> defaults() {
return JsonWidgetInternalBuildersBuilder()
.withAlign()
.withAnimatedAlign()
.withAnimatedContainer()
.withAnimatedCrossFade()
.withAnimatedDefaultTextStyle()
.withAnimatedOpacity()
.withAnimatedPadding()
.withAnimatedPhysicalModel()
.withAnimatedPositioned()
.withAnimatedPositionedDirectional()
.withAnimatedSize()
.withAnimatedSwitcher()
.withAnimatedTheme()
.withAppBar()
.withAspectRatio()
.withAssetImage()
.withBaseline()
.withButtonBar()
.withCard()
.withCenter()
.withCheckbox()
.withCircularProgressIndicator()
.withClipOval()
.withClipPath()
.withClipRect()
.withClipRRect()
.withColumn()
.withComment()
.withConditional()
.withContainer()
.withCupertinoSwitch()
.withCustomScrollView()
.withDecoratedBox()
.withDirectionality()
.withDropdownButtonFormField()
.withDynamic()
.withElevatedButton()
.withExcludeSemantics()
.withExpanded()
.withFittedBox()
.withFlexible()
.withFloatingActionButton()
.withForm()
.withFractionalTranslation()
.withFractionallySizedBox()
.withGestureDetector()
.withGridView()
.withHero()
.withIcon()
.withIconButton()
.withIgnorePointer()
.withIndexedStack()
.withInkWell()
.withInputError()
.withInteractiveViewer()
.withIntrinsicHeight()
.withIntrinsicWidth()
.withLayoutBuilder()
.withLimitedBox()
.withLinearProgressIndicator()
.withListTile()
.withListView()
.withMeasured()
.withMaterial()
.withMemoryImage()
.withMergeSemantics()
.withNetworkImage()
.withOffstage()
.withOpacity()
.withOutlinedButton()
.withOverflowBox()
.withPadding()
.withPlaceholder()
.withPopupMenuButton()
.withPositioned()
.withPrimaryScrollController()
.withRadio()
.withRow()
.withSafeArea()
.withSaveContext()
.withScaffold()
.withScrollConfiguration()
.withScrollbar()
.withSemantics()
.withSetScrollController()
.withSetDefaultValue()
.withSetValue()
.withSetWidget()
.withSingleChildScrollView()
.withSizedBox()
.withSliverGrid()
.withSliverList()
.withSliverPadding()
.withSliverToBoxAdapter()
.withStack()
.withSwitch()
.withText()
.withTextButton()
.withTextFormField()
.withTooltip()
.withTweenAnimation()
.withTheme()
.withWrap()
.build();
}