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