vpad function

SunnyPad vpad(
  1. Widget child, [
  2. bool white = true
])

Implementation

SunnyPad vpad(Widget child, [bool white = true]) => SunnyPad.vertical(child: child, color: white == true ? Colors.white : null);