ButtonClass constructor
ButtonClass({})
Implementation
ButtonClass(
{Key? key,
required this.height,
required this.txt,
required this.width,
required this.color,
required this.color1,
required this.size,})
: super(key: key);