padding property

MInsets? padding
final

Space between the container's edge and its child, inside the background and border — the same meaning as Flutter's Container(padding:). Saves wrapping the child in an MPadding.

Implementation

final MInsets? padding;