content method

Widget content()

Applies EdgeInsets.all with value 16 to this widget.

Implementation

Widget content() {
  return padding(16);
}