zero method

Widget zero()

Implementation

Widget zero() => Padding(
      padding: EdgeInsets.zero,
      child: this,
    );