MobiKulBorderButton constructor
const
MobiKulBorderButton({})
Implementation
const MobiKulBorderButton({
super.key,
this.borderWidth = 1,
this.borderColor = Colors.blueGrey,
required this.text,
this.backgroundColor = Colors.white,
this.textStyle,
required this.onPressed,
});