paddingOnlyBottomNormal method
Implementation
Widget paddingOnlyBottomNormal() => Padding(
padding: const EdgeInsets.only(bottom: _normalPaddingValue),
child: this,
);
Widget paddingOnlyBottomNormal() => Padding(
padding: const EdgeInsets.only(bottom: _normalPaddingValue),
child: this,
);