h0 method
SizedBox widget with 0% height
of the MediaQuery height
Implementation
Widget h0(BuildContext context, {Key? key}) => SizedBox(
key: key,
height: context.percentHeight * 0,
child: this,
);
SizedBox widget with 0% height
of the MediaQuery height
Widget h0(BuildContext context, {Key? key}) => SizedBox(
key: key,
height: context.percentHeight * 0,
child: this,
);