hpad function

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

Implementation

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