How to make MDButton scale/fill the available space? Python3, KivyMD
I’ve tried searching Google and StackOverflow on how to do this already, even asked Gemini Code Assist how to achieve it, and it talks about the "size_hint"
properties of the MDButton
. I’ve tried using that and a few other similar properties but can’t seem to make my buttons scale to fill the available space within their MDBoxLayout
.