blankSizedBox top-level constant
SizedBox
const blankSizedBox
Some Constants widgets
Implementation
const blankSizedBox = SizedBox(width: 0, height: 0);
Some Constants widgets
const blankSizedBox = SizedBox(width: 0, height: 0);