phase3: nullable fields/methods, casts, ?.call, pinput/YoutubePlayer v5, buttonColor, dead-code removal. 72->16
This commit is contained in:
@@ -107,7 +107,7 @@ class DesktopProductItemState extends State<DesktopProductItem> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: <Widget>[
|
||||
new Container(
|
||||
child: widget.business!.showMonthlySold ?
|
||||
child: widget.business!.showMonthlySold == true ?
|
||||
Text(
|
||||
S.of(context).sold_per_month_token(widget.product!.monthSales!.toStringAsFixed(0)),
|
||||
style: new TextStyle(
|
||||
@@ -191,7 +191,7 @@ class DesktopProductItemState extends State<DesktopProductItem> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: <Widget>[
|
||||
new Container(
|
||||
child: widget.business!.showMonthlySold ?
|
||||
child: widget.business!.showMonthlySold == true ?
|
||||
Text(
|
||||
S.of(context).sold_per_month_token(widget.product!.monthSales!.toStringAsFixed(0)),
|
||||
style: new TextStyle(
|
||||
|
||||
Reference in New Issue
Block a user