menu
my package
documentation
util/extension/widget.dart
WidgetExtension
pt method
pt method
dark_mode
light_mode
pt
method
Widget
pt
(
[
double
n
=
16.0
])
Applies top padding to the widget.
Implementation
Widget pt([double n = 16.0]) => pOnly(t: n);
my package
documentation
util/extension/widget
WidgetExtension
pt method
WidgetExtension extension on
Widget