getMarginAll method

EdgeInsetsGeometry getMarginAll(
  1. double percentage
)

Returns the dynamic margin size for the percentage provided.

Implementation

EdgeInsetsGeometry getMarginAll(
  double percentage,
) =>
    EdgeInsets.all(getFullScreen(percentage));