titled method

Block titled(
  1. String title
)

Implementation

Block titled(String title) => Block(
      borderStyle: borderStyle,
      sides: sides,
      title: title,
      titleAlign: titleAlign,
      borderColor: borderColor,
      titleStyle: titleStyle,
      child: child,
      fill: fill,
    );