blank property

Widget get blank

Implementation

static Widget get blank {
  return const SizedBox(
    height: 30,
    width: double.infinity,
  );
}