pad function

SunnyPad pad(
  1. Widget child
)

Implementation

SunnyPad pad(Widget child) => SunnyPad(child: child);