KTitle constructor
const
KTitle({})
Implementation
const KTitle(
{Key? key,
this.width = 5,
this.height = 25,
this.color = Colors.lightBlue,
this.fontSize = 18.0,
required this.title})
: super(key: key);