79225573

Date: 2024-11-26 06:40:43
Score: 1
Natty:
Report link

Just remove const

Replace this code :

body: const TabBarView(
            children:tabInfoList.map((e)=>e.getView()).toList(),),

With :

body: TabBarView(
        children:tabInfoList.map((e)=>e.getView()).toList(),),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AzPsu