wpad function

SunnyPad wpad(
  1. Widget child
)

Implementation

SunnyPad wpad(Widget child) => SunnyPad(child: child, color: Colors.white);