margins property

EdgeInsets? margins
getter/setter pair

The margins for each printed page. Margins define the white space around the content where the left margin defines the amount of white space on the left of the content and so on.

Officially Supported Platforms/Implementations:

  • iOS
  • MacOS

Implementation

EdgeInsets? margins;