KeyInfo constructor
KeyInfo({})
Implementation
KeyInfo(
{required this.x,
required this.y,
required this.w,
required this.h,
required this.keyFuc,
this.txvSize = 24,
this.keyText,
this.txvColor = 0xff000000,
this.bgColor = 0xffffffff,
this.strokeColor = 0xff888888,
this.strokeWidth = 1});