resolveMargin method

EdgeInsets resolveMargin(
  1. BuildContext context
)

Resolves margin from FlyStyle and FlyTheme into EdgeInsets

Implementation

EdgeInsets resolveMargin(BuildContext context) {
  return FlyMarginUtils.resolve(context, flyStyle);
}