fill property
Widget
get
fill
撑满父组件
Implementation
Widget get fill =>
ConstrainedBox(child: this, constraints: BoxConstraints.expand());
撑满父组件
Widget get fill =>
ConstrainedBox(child: this, constraints: BoxConstraints.expand());