padding property

EdgeInsets? padding
final

The padding inside wiredash, parts of the screen it should not draw into

This is useful for macOS applications that draw the window titlebar themselves.

Implementation

final EdgeInsets? padding;