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