all method

Widget all(
  1. double all
)

Implementation

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