withChild method
Implementation
Block withChild(Widget c) => Block(
borderStyle: borderStyle,
sides: sides,
title: title,
titleAlign: titleAlign,
borderColor: borderColor,
titleStyle: titleStyle,
child: c,
fill: fill,
);