applyMargin method
Applies margin to a widget using the resolved EdgeInsets
Implementation
Widget applyMargin(BuildContext context, Widget child) {
return FlyMarginUtils.apply(context, flyStyle, child);
}
Applies margin to a widget using the resolved EdgeInsets
Widget applyMargin(BuildContext context, Widget child) {
return FlyMarginUtils.apply(context, flyStyle, child);
}