In FlutterFlow's widget tree, the HomePage has this structure
Current widget tree:
Column
└── ListView (squad cards)
└── CreateSquad Button
└── DropDown ← stuck here
Where it needs to be:
Column
└── DropDown ← needs to be here
└── ListView (squad cards)
└── CreateSquad Button