padding property

int? padding
final

The padding around the entire layout in pixels. Creates space between the layout edges and the streams. If null, no padding will be applied.

Implementation

final int? padding;