sizeBox top-level property

Widget get sizeBox

Implementation

Widget get sizeBox {
  return const SizedBox(
    height: 10,
    width: 5,
  );
}