title property

Widget? title
final

widget for the title

typicaly a Text Widget

@Default Textstyle color: Colors.white , fontSize: 50.0

Implementation

final Widget? title;