This repository was archived by the owner on Apr 29, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ float _indicatorOpacity(int index) {
340
340
) ;
341
341
}
342
342
343
- protected internal override Widget build ( BuildContext context ) {
343
+ protected override Widget build ( BuildContext context ) {
344
344
return new LayoutBuilder ( builder : this . _build ) ;
345
345
}
346
346
}
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ public BackdropTitle(
222
222
) : base ( key : key , listenable : listenable ) {
223
223
}
224
224
225
- protected internal override Widget build ( BuildContext context ) {
225
+ protected override Widget build ( BuildContext context ) {
226
226
Animation < float > animation = ( Animation < float > ) this . listenable ;
227
227
return new DefaultTextStyle (
228
228
style : Theme . of ( context ) . primaryTextTheme . title ,
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public _CrossFadeTransition(
95
95
public readonly Widget child0 ;
96
96
public readonly Widget child1 ;
97
97
98
- protected internal override Widget build ( BuildContext context ) {
98
+ protected override Widget build ( BuildContext context ) {
99
99
Animation < float > progress = this . listenable as Animation < float > ;
100
100
101
101
float opacity1 = new CurvedAnimation (
You can’t perform that action at this time.
0 commit comments