resolveMargin method
Resolves margin from FlyStyle and FlyTheme into EdgeInsets
Implementation
EdgeInsets resolveMargin(BuildContext context) {
return FlyMarginUtils.resolve(context, flyStyle);
}
Resolves margin from FlyStyle and FlyTheme into EdgeInsets
EdgeInsets resolveMargin(BuildContext context) {
return FlyMarginUtils.resolve(context, flyStyle);
}