iampawan / 30DaysOfFlutter

Learn Flutter in 30 Days
413 stars 323 forks source link

Day 17 #26

Closed codersangam closed 1 year ago

codersangam commented 3 years ago

On line number 110: catalog.desc.text.textStyle(context.captionStyle).make(),

Got this issue: The argument type 'TextStyle?' can't be assigned to the parameter type 'TextStyle'.

I tried and fixed by: catalog.desc.text.caption(context).make(),

Please review this also.