fill property

Widget fill

撑满父组件

Implementation

Widget get fill =>
    ConstrainedBox(child: this, constraints: BoxConstraints.expand());