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