@ -814,6 +814,110 @@ class CodeSegments {
] ) ;
}
static TextSpan cupertinoActivityIndicatorDemo ( BuildContext context ) {
final CodeStyle codeStyle = CodeStyle . of ( context ) ;
return TextSpan ( children: [
TextSpan (
style: codeStyle . commentStyle ,
text: ' // Copyright 2019 The Flutter team. All rights reserved. ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan (
style: codeStyle . commentStyle ,
text:
' // Use of this source code is governed by a BSD-style license that can be ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan (
style: codeStyle . commentStyle , text: ' // found in the LICENSE file. ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' import ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan (
style: codeStyle . stringStyle ,
text: ' \u0027 package:flutter/cupertino.dart \u0027 ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ; ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' import ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan (
style: codeStyle . stringStyle ,
text: ' \u0027 package:gallery/l10n/gallery_localizations.dart \u0027 ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ; ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' class ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan (
style: codeStyle . classStyle , text: ' CupertinoProgressIndicatorDemo ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' extends ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' StatelessWidget ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' @override ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Widget ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' build ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' BuildContext ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' context ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ) ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' return ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' CupertinoPageScaffold ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a navigationBar ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' CupertinoNavigationBar ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a middle ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Text ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' GalleryLocalizations ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' of ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' context ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ). ' ) ,
TextSpan (
style: codeStyle . baseStyle ,
text: ' demoCupertinoActivityIndicatorTitle ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' , ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a child ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' const ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Center ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a child ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' CupertinoActivityIndicator ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' (), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
] ) ;
}
static TextSpan cupertinoSliderDemo ( BuildContext context ) {
final CodeStyle codeStyle = CodeStyle . of ( context ) ;
return TextSpan ( children: [
@ -9587,6 +9691,557 @@ class CodeSegments {
] ) ;
}
static TextSpan progressIndicatorsDemo ( BuildContext context ) {
final CodeStyle codeStyle = CodeStyle . of ( context ) ;
return TextSpan ( children: [
TextSpan (
style: codeStyle . commentStyle ,
text: ' // Copyright 2019 The Flutter team. All rights reserved. ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan (
style: codeStyle . commentStyle ,
text:
' // Use of this source code is governed by a BSD-style license that can be ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan (
style: codeStyle . commentStyle , text: ' // found in the LICENSE file. ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' import ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan (
style: codeStyle . stringStyle ,
text: ' \u0027 package:flutter/material.dart \u0027 ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ; ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' import ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan (
style: codeStyle . stringStyle ,
text: ' \u0027 package:gallery/l10n/gallery_localizations.dart \u0027 ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ; ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' enum ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' ProgressIndicatorDemoType ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a circular ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' , ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a linear ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' , ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' class ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' ProgressIndicatorDemo ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' extends ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' StatefulWidget ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' const ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' ProgressIndicatorDemo ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ({ ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Key ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' key ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' , ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' this ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' type ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' }) ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' super ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' key ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' key ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' final ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' ProgressIndicatorDemoType ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' type ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ; ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' @override ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan (
style: codeStyle . classStyle , text: ' _ProgressIndicatorDemoState ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' createState ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' () ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' => ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan (
style: codeStyle . classStyle , text: ' _ProgressIndicatorDemoState ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' (); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' class ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan (
style: codeStyle . classStyle , text: ' _ProgressIndicatorDemoState ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' extends ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' State ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' < ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' ProgressIndicatorDemo ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' > ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' with ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan (
style: codeStyle . classStyle , text: ' SingleTickerProviderStateMixin ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' AnimationController ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' _controller ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ; ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Animation ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' < ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' double ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' > ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' _animation ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ; ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' @override ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' void ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' initState ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' () ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' super ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' initState ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' (); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a _controller ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' = ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' AnimationController ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a duration ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' const ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Duration ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' milliseconds ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . numberStyle , text: ' 1500 ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a vsync ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' this ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' , ' ) ,
TextSpan (
style: codeStyle . baseStyle , text: ' \u000a animationBehavior ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' AnimationBehavior ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' preserve ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' , ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ).. ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' forward ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' (); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a _animation ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' = ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' CurvedAnimation ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a parent ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' _controller ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' , ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a curve ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' const ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Interval ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . numberStyle , text: ' 0.0 ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' , ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . numberStyle , text: ' 0.9 ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' , ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' curve ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Curves ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' fastOutSlowIn ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a reverseCurve ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Curves ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' fastOutSlowIn ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' , ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ).. ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' addStatusListener ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' (( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' status ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ) ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' if ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' status ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' == ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' AnimationStatus ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' dismissed ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ) ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a _controller ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' forward ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' (); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' else ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' if ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' status ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' == ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' AnimationStatus ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' completed ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ) ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a _controller ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' reverse ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' (); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' }); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' @override ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' void ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' dispose ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' () ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a _controller ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' stop ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' (); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' super ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' dispose ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' (); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' String ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' get ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' _title ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' switch ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' widget ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' type ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ) ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' case ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' ProgressIndicatorDemoType ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' circular ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' return ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' GalleryLocalizations ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' of ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' context ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ) ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan (
style: codeStyle . baseStyle ,
text: ' demoCircularProgressIndicatorTitle ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ; ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' case ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' ProgressIndicatorDemoType ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' linear ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' return ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' GalleryLocalizations ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' of ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' context ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ) ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan (
style: codeStyle . baseStyle , text: ' demoLinearProgressIndicatorTitle ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ; ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' return ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . stringStyle , text: ' \u0027 \u0027 ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ; ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Widget ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' _buildIndicators ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' BuildContext ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' context ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' , ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Widget ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' child ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ) ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' switch ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' widget ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' type ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ) ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' case ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' ProgressIndicatorDemoType ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' circular ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' return ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Column ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a children ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' [ ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' const ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' CircularProgressIndicator ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' (), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' SizedBox ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' height ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . numberStyle , text: ' 32 ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' CircularProgressIndicator ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' value ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' _animation ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' value ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ], ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' case ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' ProgressIndicatorDemoType ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' linear ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' return ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Column ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a children ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' [ ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' const ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' LinearProgressIndicator ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' (), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' SizedBox ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' height ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . numberStyle , text: ' 32 ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' LinearProgressIndicator ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' value ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' _animation ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' value ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ], ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' default ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' return ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Container ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' (); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' @override ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Widget ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' build ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' BuildContext ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' context ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ) ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' { ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' return ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Scaffold ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a appBar ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' AppBar ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a title ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Text ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' _title ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a body ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Center ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a child ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' SingleChildScrollView ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a child ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' Container ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a padding ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . keywordStyle , text: ' const ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' EdgeInsets ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' . ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' all ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan ( style: codeStyle . numberStyle , text: ' 8 ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a child ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' ' ) ,
TextSpan ( style: codeStyle . classStyle , text: ' AnimatedBuilder ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ( ' ) ,
TextSpan (
style: codeStyle . baseStyle , text: ' \u000a animation ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' _animation ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' , ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a builder ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' : ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' _buildIndicators ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' , ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ), ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' ); ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a ' ) ,
TextSpan ( style: codeStyle . punctuationStyle , text: ' } ' ) ,
TextSpan ( style: codeStyle . baseStyle , text: ' \u000a \u000a ' ) ,
] ) ;
}
static TextSpan bottomSheetDemoModal ( BuildContext context ) {
final CodeStyle codeStyle = CodeStyle . of ( context ) ;
return TextSpan ( children: [