Padding.setPadding

Set the amount of padding within the widget.

mixintemplate Padding()
setPadding
(
this T
)
()

Parameters

padding int

The desired widget padding.

Return Value

Type: auto

This widget to aid method chaining.

Meta