blankSizedBox top-level constant

SizedBox const blankSizedBox

Some Constants widgets

Implementation

const blankSizedBox = SizedBox(width: 0, height: 0);