ButtonView constructor
const
ButtonView({})
Implementation
const ButtonView(
{Key? key,
this.backgroundColor,
this.borderColor,
this.textColor,
required this.title,
required this.onClickFunction,
this.width,
this.height,
this.isEnabled = true,
required this.mainContext,
this.textScaleFactor = 1})
: super(key: key);