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