sizedBoxWithHeight10 top-level constant
SizedBox
const sizedBoxWithHeight10
Empty SizedBox with height or width for spacing in row or column
Implementation
const sizedBoxWithHeight10 = SizedBox(height: 10,);