infH property
Widget
get
infH
Implementation
Widget get infH => SizedBox(
height: double.infinity,
child: this,
);
Widget get infH => SizedBox(
height: double.infinity,
child: this,
);