|
|
|
|
|
|
{% macro RelayoutWhenSystemFontsChangeMixin(with) %} |
|
|
|
|
|
|
|
public abstract class |
|
|
|
RelayoutWhenSystemFontsChangeMixinRenderBoxContainerDefaultsMixinContainerRenderObjectMixinRenderBox<ChildType, ParentDataType> |
|
|
|
: RenderBoxContainerDefaultsMixinContainerRenderObjectMixinRenderBox<ChildType, ParentDataType> |
|
|
|
RelayoutWhenSystemFontsChangeMixin{{with | safe}} |
|
|
|
: {{with | safe}} |
|
|
|
where ChildType : RenderBox |
|
|
|
where ParentDataType : ContainerParentDataMixinBoxParentData<ChildType> { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% endmacro %} |
|
|
|
|
|
|
|
{{ RelayoutWhenSystemFontsChangeMixin('') }} |
|
|
|
{{ RelayoutWhenSystemFontsChangeMixin('RenderBoxContainerDefaultsMixinContainerRenderObjectMixinRenderBox<ChildType, ParentDataType>')}} |
|
|
|
|
|
|
|
|
|
|
|
} |