Closed codersangam closed 1 year 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(),
catalog.desc.text.caption(context).make(),
Please review this also.
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.