withChild method

Block withChild(
  1. Widget c
)

Implementation

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