79254047

Date: 2024-12-05 09:34:27
Score: 1.5
Natty:
Report link

Wrap the Column in a SizedBox widget and set it's width to double.infinity

SizedBox(
  width : double.infinity,
  child: Column([...])
)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ashiqu Ali